Graphics/Images
To display a graphic on your webpage use this code
<IMG SRC="IMG URL">
Linking Graphics
If you would like to make a graphic a clickable link use this code
<A HREF="URL OF SITE TO GO TO"><IMG SRC="URL OF IMG"></a>
Thumbnails
If you would like a smaller version of an image you can use this code
<IMG SRC="URL OF IMG" WIDTH="#" HEIGHT="#">
Spacing Graphics
Use this code to add space between graphics
<IMG SRC="URL OF GRAPHIC" HSPACE=# VSPACE=#></a>
