|
Last updated: 06/25/2009
To have a block of text wrap nicely around an image, put this css code around the <img> tag:
<span style="float:right; margin: 8px;"></span>
You can float the image left or right, and the margin parameter allows you to leave some whitespace around the image (so the text doesn't crowd it).
blog comments powered by
|