ALIGN TEXT AROUND IMAGE
If you want to set a graphic in a paragraph, simply align it within the tag itself. For example:
<img src="pic.gif" align="right">
Now, if you would like to align it to the left and want a little space between the picture and the text, you will add "hspace=3" to the tag. For example:
<img src="pic.gif" align="left" hspace=3>
