As images are inline a small gap will appear around them relative to other CSS objects.
For instance, if you want to display an image at the bottom of a div element then there will be a gap between the bottom of the image and the border of the div.
You can stop this behavior using the CSS code:
Code:
display: block; |