Add image to top right.
-
Like to know how to simply add an image to the top right section of the blog.
here is the blog = http://tgpsi.wordpress.com/
Thank you.
-
It’s all in the FAQs, really.
You go to Design>Widgets, add a text widget, and use this code:
<img src="URL_OF_IMAGE_HERE"></a>
If the image is wider than your sidebar it will be cut or it will mess up your blog. In that case you must first make a properly scaled down copy of it (preferably) in an image editing application, or use this code:
<img src="URL_OF_IMAGE_HERE" width="180px"></a>
(180 is a guess: you must experiment to see what’s the maximum width for the sidebar of the theme you’re using.)To bring it to top position, you just drag the name of the widget (in Design>Widgets).
-
Hi.
Thank you for the info.
I actually wanted to do put it higher on the right, but that should do the trick.Thanks.
-
You’re welcome. Higher on the rigt would mean in the header area. For that you would either need a theme with customizable header, or knowing CSS and buying the CSS upgrade. Those -especially the second- don’t fall under “simply add”!
- The topic ‘Add image to top right.’ is closed to new replies.