I keep getting a space beneath any graphic in a div. I've stripped down my code and this is what I have:
<div class="divright"><img border="0" src="images/icon.jpg" />
</div>
The stylesheet contains the following:
.divright {display: block;float: right;
background-color : red; }
Very simple but I keep getting a red color beneath the graphic. I tried adding heights and <br />'s
but nothing seems to work.
Thanks so much