• Resolved quitwineing

    (@quitwineing)


    Hi, I am trying to upload an image that was sent to me via e-mail on my text widget and the image wont show up…just the text from where it’s stored on my computer. How do I put an image on my sidebar if there isn’t a URL location to find the image?

    just in case my website is http://www.quitwineing.com

    THanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • you would need to upload the image;
    possibly using ‘media’ ‘add new’ in the dashboard – then copying the image url (all including the http:// part) and use that in the text widget.

    <img src="absolute_image_url_from_upload" alt="" />

    Thread Starter quitwineing

    (@quitwineing)

    Can you tell me exactly what to put in the text widget letter by letter because when I copy everything except for the http:// it doesnt work. Am I supposed to do something with the code you posted above? (<img src=”absolute_image_url_from_upload” alt=”” />). Sorry not so familiar with all of this.

    what you enter into the textwidget should look like this:

    <img src="http://www.yoursite.com/wordpress/wp-content/uploads/2010/06/image.jpg" alt="" />

    with this: http://www.yoursite.com/wordpress/wp-content/uploads/2010/06/image.jpg

    replaced by the url of your uploaded image

    Thread Starter quitwineing

    (@quitwineing)

    Got it!!!

    Thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘image widget’ is closed to new replies.