Does anyone know why I'm getting a transparent gap of about 4px underneath my images which is only visible in IE? I've tried setting margin, border and padding to 0px but still no luck.
Here's the code that's doing it.
Code: Select all
<table cellspacing="0" cellpadding="0" border="0"><td style="width:530px; height:3px; background-color:#328BCF"></td></table>
<div style="width:530px; height:25px; margin:0px; background-color: #EDEEEF">
<img src="img/auric_ac_title.gif">
</div>You should be able to see the gap I mean at http://www.dur.ac.uk/c.a.corbyn/angela/?loc=index by looking at the title that says Auricular Acupuncture ||
Thanks in advance