Forum Moderators: open
I searched google and found lots of info on getting text to wrap around the image but no details on how to make a margin around the picture on two sides.
For now I just put a 10px spacer image next to the picture to create the margin on the right side of the pic.
<img src="blah.gif" style="margin:0 0 10px 10px;" />
This will put 10px of space at the left and bottom edges of the picture. The first '0' is the top, the second '0' is the right, the first '10px' is the bottom, and the second '10px' is the left.