HSPACE and VSPACE
You can add extra space on the left and right sides of any image with <IMG HSPACE>.
To add space on the top and bottom sides, use <IMG VSPACE>.
For example, each image in the Decoration Museum page has 20 pixels of blank space to the left and right of it, and 5 pixels above and below it.
This is because each <IMG> tag includes the attributes HSPACE=20 and VSPACE=5.
|
|
|
...
<A HREF="celts.htm">
<IMG SRC="celtic.gif"
ALIGN="left"
WIDTH=140 HEIGHT=125
BORDER=10 HSPACE=20
VSPACE=5>
...
|
|