The world's most flexible WordPress theme
Subscribe via Email
Wildcard Usage:* matches any number of characters% matches exactly one character
Forum Flexibility 2 Theme Customization How do I replace vspace and hspace?
How do I replace vspace and hspace?
12:30 pmMay 22, 2010
incliner
Lake Tahoe, Nevada
posts 12
I'm not very hep at this but can you give me a detailed way to get some space between an image and text?
Site is http://www.memory-foam-mattress-store.com and the image is in a Text Widget on the Sidebar_top
Thanks again for a great theme.
10:21 amMay 30, 2010
Ryan
posts 1523
You just need to add some inline CSS to the image to create some margin around it. So something like this:
<img src="…" style="margin: 10px 10px 10px 0px;" />
This will put 10 pixels (in order of code) top right bottom, and 0px on the left since the image is on the left side of the text.