<IMG ALIGN=RIGHT SRC="image">
Image is flush right. Both ALIGN=LEFT and ALIGN=RIGHT allow display of wrapped text next to the image.
<IMG ALIGN=TEXTTOP SRC="image">
Top of text is aligned with top of the image. There seems to be no way to have text wrap next to the image.
<IMG ALIGN=MIDDLE SRC="image">
Base of the text is aligned with the middle of the image.
<IMG ALIGN=ABSMIDDLE SRC="image">
This is supposed to align the middle of the text with the middle of the image. Netscape1.1N doesn't seem to support this tag, and interprets ABSMIDDLE as MIDDLE.
<IMG ALIGN=BASELINE SRC="image">
Base line of the text is aligned with the bottom of the image.
<IMG ALIGN=BOTTOM SRC="image">
Identical to BASELINE, who knows why they support two identical alignment flags?
<IMG ALIGN=ABSBOTTOM SRC="image">
Bottom of the text is aligned with the bottom of the image. Netscape 1.1N doesn't seem to support this tag, and interprets ABSBOTTOM as BOTTOM.
<IMG WIDTH=30 HEIGHT=30 SRC="image"> <BR>
<IMG WIDTH=90 HEIGHT=60 SRC="image"> <BR>
<IMG BORDER=5 SRC="image"> <BR>
<IMG ALIGN=LEFT BORDER=0 SRC="image"> <BR>
If an image serves is also an anchor and the border is set to 0, the usual highlit hotlink color will not appear.
(I aligned this image left so the text would wrap.)
With HSpace: <IMG HSPACE=3 SRC="image">
Add Vspace: <IMG VSPACE= 3 HSPACE=3 SRC="image">
<IMG ALIGN=LEFT SRC="image"> <BR>
Without using <BR CLEAR> the text will just do single line breaks <BR>
Like this.<BR>
<IMG ALIGN=LEFT SRC="image"> <BR>
But if you dont have much to say about an image and want to move on,
<BR CLEAR> will take you to a fresh line.
<BR CLEAR=LEFT> will move down vertically until the left margin is clear of images.
<BR CLEAR=RIGHT> will move down vertically until the right margin is clear of images.
<BR CLEAR=ALL> will move down vertically until both margins are clear of images.