Using ALIGN=TOP
<IMG ALIGN=TOP SRC="http://www.webliminal.com/essentials/fleethum.gif">

The text is displayed starting at the top of the image. Once the line is filled the remaining text appears below the image.
Using ALIGN=MIDDLE
<IMG ALIGN=MIDDLE SRC="http://www.webliminal.com/essentials/fleethum.gif">

The text is displayed starting at the middle of the image. Once the line is filled the remaining text appears below the image.
Using ALIGN=BOTTOM
<IMG ALIGN=BOTTOM SRC="http://www.webliminal.com/essentials/fleethum.gif">

The text is displayed starting at the bottom of the image.This is also the way accompanying text is displayed if ALIGN isn't used.
Using ALIGN=LEFT
<IMG ALIGN=LEFT SRC="http://www.webliminal.com/essentials/fleethum.gif">

With ALIGN=LEFT the image is put to the left and the text is displayed along the right edge of the image, starting at the top. Once all the lines next to the image are used the text is displayed below the image.




Using ALIGN=RIGHT with the URL <IMG ALIGN=RIGHT SRC="http://www.webliminal.com/essentials/fleethum.gif">

With ALIGN=RIGHT the image is put to the right and the text is displayed along the left edge of the image, starting at the top. Once all the lines next to the image are used the text is displayed below the image.