posting j.peg image on text widget
-
My blogger friends have just given me a blog award and I want to post the jpeg image of that award in my TEXT widget side bar but it looks like this widget doesn’t have a copy and paste. What should I do?
The blog I need help with is: (visible only to logged in users)
-
The text widget box is an html editor: you need to paste the code for the image. If you only have the jpg, you must upload it in your Media Library, copy its URL, and paste it in the text widget this way:
<img src="URL_HERE"></a>
If the image isn’t small enough, you can downsize it this way:
<img src="URL_HERE" width="180px"></a> -
-
- The topic ‘posting j.peg image on text widget’ is closed to new replies.