If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
This is a wordpress log file for my own reference learned from Mark McLaren in his post at WordPress Tutorial-How to Position and Image and wrap Text Around an image Using Wordpress
To position an image on the Right, place this code
< img style=” border: 0pt none; float:left; padding-right:10px; padding-bottom:10px” src=”images/anything.jpg” …/>
Type the whole code in code mood. You can find it next to Visual tab. Do make sure no space between ‘<’ and ‘img’ . I had to make a space to read the code here. If you want to link image to a site. just place in the < a href=” ” > in front and </a> at the end of the whole code.
Get back to Visual mood and click on the insert/edit image icon set it align to Right.
Next, To position an image to the left, place in this code instead;
< img style=”border: 0pt none; float:right; padding-left:10px; padding-bottom:10px” src=”images/image.jpg” …/>
The rest the same as i’d mention above.



