Formatting images with adjacent text

You can control the distance between images and text by using the tags HPACE and VSPACE.

Using these two attributes you can define the distance in pixels between the images and surrounding text.

HSPACE defines the horizontal distances to the left and right of the image with respect to whatever other elements it is next to.

VSPACE defines the vertical distances to the top and bottom of the image with respect to whatever other elements it is next to.

This is the correct syntax:

<IMG SRC="immagine.gif" WIDTH=178 HEIGHT=180 BORDER=2 VSPACE=3 HSPACE=3>