Unwanted gap in bottom of tables

Atom RSS

This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.

Main navigation:




Search reports by browser:

In IE 6, placing the TD tags on a line of their own creates an unwanted gap at the bottom (see Table 1 on the bug report page). Placing the TD tags on the same line as the IMG tag eliminates the gap. (See table 2 on the bug report page).

Test page Workaround is included
Reported by: John H Holmes.

(Orphaned), Explorer 5-6 Windows | Reported on 19 July 2005.

Comments

(Add your own)

Posted by Chris Hester on 21 July 2005

1

This only happens when the end tag of the cell is on a new line.

Posted by Ingo Chao on 30 July 2005

2

img { display: block; } is another fix.

Posted by B Bakker on 31 July 2005

3

Hello
yes img { display: block; }

and you have to read up on a few Things

http://devedge-temp.mozilla.org/viewsource/2002/img-table/

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes