|
Adding image spacesYou can add spaces between your images. You can add vertical or horizontal spaces. This is much like an invisible border, it is also especially helpful when it comes to wrapping your images and you want more spaces between the text and you image. You can also you it between image and image to space them properly. Below is the horizontal and vertical spacing codes. Horizontal spacing
<img src="/demo.gif" hspace="50" /><img src="/demo.gif" />
Vertical spacing
<img src="/demo.gif" vspace="40" /><img src="/demo.gif" />
You can see that there is a big gap between the text and the images. It is created by the vertical spaces of the image. You can use these two spacing (horizontal & vertical) codes together too.
<img src="URL" hspace="" vspace="" />
|
