|
|
The ASP.NET HTML markup from the web page that has multiple gaps between images. The table row gaps are caused because the ending </div> is not directly next to the closing asp:Image tag. As you can see the </div> tags are on a separate line, which causes the gap to occur when viewing the web page in Internet Explorer.
Related article
How to Get Rid of Whitespace Gaps between ASP.NET Images & Table Cells in Internet Explorer
|