|
|
how do i add spaces between my images?
You
can add vertical and horizontal spaces to your images using a tag called vspace
or hspace. Vspace is the vertical space tag (space above and below) and hspace
is the horizontal space tag (space from side to side). Add the space tag to your
img src tag like this:
<img src="akao.gif" hspace="8" vspace="8"> |