>I'm perplexed by what appears to be a 4px gap below the image in the second table >row. >http://design.law.indiana.edu/ilj/index.shtml
This is a long standing rendering issue in IE, but not really a CSS problem. Try either putting a <br> tag immediately after your image tag, or putting the </td> tag immediately after. Either fix should work. IE will also do the same thing to text inside a table cell, often making the last line of a paragraph look like you increased the line height. When I was still working with tables, I put a <br> tag after every image I used just to make sure this problem never occured. Chris ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
