Forum Moderators: open

Message Too Old, No Replies

Problem: Netscape adds extra space in a <tr>

Netscape adds extra space in a <tr>

         

web88

8:55 pm on May 27, 2004 (gmt 0)

10+ Year Member



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?

DrDoc

9:02 pm on May 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

The solution to your problem is discussed here: [webmasterworld.com...] (msg 2)

web88

11:36 pm on May 27, 2004 (gmt 0)

10+ Year Member



The solution offered in the thread you specified worked - I embedded the style

td.imgholder img {
display:block;
margin:0;
padding:0;
}

and assigned it to the particular <td> element and it "magically" fixed my alignment problems on the page!

THANK YOU!