• Resolved jasonisback

    (@jasonisback)


    How do i edit the sidebar so i can put in a fixed picture and a paypal code under it.

    I dont have much html editing experience so please nothing to hard.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    To add just an image to your sidebar, go to Appearance/Widgets and add a Text widget to your sidebar. In the text widget, insert the following code and replace the example text with the URL of your photo:

    <img src="place URL of your image here" alt="title of your image" />

    If you are linking your photo to something, use the following example:

    <a href="place URL of your link here" title="title of your image"><img src="place URL of your image here" alt="title of your image" /></a>

    To add a Paypal button, watch this video:

    Thread Starter jasonisback

    (@jasonisback)

    Thanks For This!

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar edit’ is closed to new replies.