Path = Home : Webmaster Resources : HTML Design Tips : Displaying Text with an Image
To display your text wrapping around an image, place the following code within your <IMG> tag followed by your text.
Image Displayed on Left:
<IMG BORDER="0" ALIGN="Left" SRC="yourimage.jpg"> Your Text
Image Displayed on Right:
<IMG BORDER="0" ALIGN="Right" SRC="yourimage.jpg"> Your Text