An image doesn't break the line or add vertical space around itself.
There are several ways to change the amount of space around an image.
To place an image on the page on its own line, precede or follow it
by
<P>
or
<BR>
tag or enclose it inside some
<CENTER>
tags.
The
ALIGN
attribute controls how an inline image appears in relation to the
surrounding text.
<IMG SRC="21ok.gif"
width=130 height=151
align=right alt="Blackjack">
<IMG SRC="21ok.gif"
width=130 height=151
align=left alt="Blackjack">
The
HSPACE and VSPACE
attributes determine the amount of white space around a displayed image.
<IMG SRC="21ok.gif"
HSPACE=50 VSPACE=0
width=130 height=151
align=left alt="Blackjack">
Using the
BORDER
attribute, you can draw a border around your image.
<IMG SRC="21ok.gif"
HSPACE=50 VSPACE=0
width=130 height=151
align=left alt="Blackjack">