I am trying to wrap text around an image in my WordPress blog. I have read multiple guides on the internet, followed them, but none seem to work. The latest one: I entered the code in there (you will see). The end result can be seen at: http://financeadvisorystop.com/about/ As you can see, that does not look right. What do I do?
Use below given code where you want to add your image. <div style="float:left; padding:0 10px 10px 0;"><img src="[U]Url of your image[/U]" alt="" width="200" height="150" /></div> Code (markup): You can change float to left from right too and chande width and height as you want by changing their values. DON.
Just one more little suggestion. Use that code just before your 3rd para where you says ("So, why did I start a blog about finance when...") so it looks more better IMO. DON.