|
|
The ASP.NET HTML markup from the web page that has one gap between table rows. This is occurring because the ending </TD> tag at line 16, is not directly next to the ending <asp:image /> tag on row 15. There cannot be any white space between the tags.
Related article
How to Get Rid of Whitespace Gaps between ASP.NET Images & Table Cells in Internet Explorer
|