Hey,
I have an image with a border but at the bottom there is a small gap between the bottom edge of the image and the actual border.
Why is it that there is a gap there?
<div id="image">
<img src="afbeeldingen/fill.jpg" alt="vooraanzicht vakantiehuis haas&fazant" />
</div>
#image{
margin: 10px 0 [B]0[/B] 0;
border: 1px solid #000;
}