I am using a <table> to control the layout of a page and MSIE displays it just fine. However, Netscape 7.1 insists on adding extra space at the bottom of a table
row <tr> that has only one table data <td> cell that spans all 9 columns of the the table. The dimensions are width=770 and height=200. I am placing a jpg in this cell that is also 770x200 pixels in size.
Has anyone come across a solution to this problem that they can share?