Image in widget
-
I have a logo in image jpg format which I would like to appear on the side bar of my blog like the twitter widget for example. I know that I need a code which I have to paste into a text widget but how can I convert the image into a code? I have a wordpress.com blog.
The blog I need help with is: (visible only to logged in users)
-
To get the HTML code for your text widget,
Upload your image into media library. After uploading go to media library click on image, Copy the URL located inside the FILE url field. paste the following code with file URL into the text widget
<img src =’Paste your FILE url here’ width = 180 />
Note: Width should be less than or equal to width of your side bar.
I hope this info is helpful to you
More information on Text widget, check the support document
http://en.support.wordpress.com/widgets/text-widget/ -
Here are a couple more links to information on working with text widgets.
http://en.support.wordpress.com/widgets/text-widget/
http://en.support.wordpress.com/links/text-widget-links/ -
- The topic ‘Image in widget’ is closed to new replies.