There are 2 small images on a page:
<a href="link.htm"><img src="image1.jpg" /></a>
<a href="link2.htm"><img src="image2.jpg" /></a>
When they appear on the page, they do not appear directly next to each other like I would expect, they appear with a space character between them.
I sort of understand why this space is appearing (there is, afterall, space between them in the mark-up), but I don't want space to be there.