Basic HTML

 
 
          

Images >> Spacing

 

Image Spacing

You can easily add space over and under your images with the Vspace attribute.


In a similar way you can add space to the left and right of the image using the Hspace attribute.


Below is an example using these attributes:


<img src="sample_image.wmf" height="50" Hspace="30" Vspace="10" >

Images >> Border Images >> Alignment