View Single Post
Old 12-10-2012, 12:23 AM   PM User | #4
resdog
Regular Coder

 
Join Date: Aug 2011
Location: U.S.A.
Posts: 233
Thanks: 2
Thanked 48 Times in 48 Posts
resdog is on a distinguished road
CSS would be the easiest way. Assign the image a class name (like "leftImage") and then assign it a style of margin-right: 10px;

This CAN be done with pure html, by using tables, or by adding non-breaking character spaces (&nbsp, but CSS is a much easier way to go.

If you only have the one image you want to be like this, you can do an inline style, <img src="" style="margin-right:10px"
__________________
WordPress Designer and theme developer. KlongDesigns - helping bloggers and non-technical folks claim their space on the internet.
resdog is offline   Reply With Quote