Notes to "Introduction to Web Design Day Two |
VSPACE & HSPACE: deprecated
Deprecated Example:
<IMG SRC = "image.gif"
VSPACE = "15"
HSPACE = "15"
ALIGN = "LEFT"
>
CSS Example:
<STYLE TYPE="text/css">
IMG { margin: 5mm }
</STYLE>
or
<STYLE TYPE="text/css">
IMG { margin: 5px 10px 10px 10px }
</STYLE>
Return to "Introduction to
Web Design Day Two | Image Margins"
|