Here is the HTML
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td><img src="/someimage"/></td></tr>
<tr><td><img src="/someimage"/></td></tr>
</table>
I want to stack two images without any gap. Thus cellspacing and cellpadding set to 0.
In all browser, it works fine. But in IE, I see small gap between two images.
I can't figure why it is doing this. Does anyone have any idea ?