"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

Web Development - Tables

Tables Not Rendering Correctly in Netscape


 

Do you have a webpage with a table that just will not render correctly in the Netscape browser? Don't give up! Here are some suggestions.

First, make sure that EVERY tag related to a table has a closing tag. For every <TR>, have a </TR>. For every <TD>, make sure there's a </TD>. And please make sure there's a </TABLE> for every <TABLE>. Internet Explorer is very forgiving when it comes to rendering tables; Netscape is much more finicky with the syntax.

Secondly, if an empty table cell is not appearing in Netscape and it is showing up in Internet Explorer, you need to put something in said table cell. I recommend a non-breaking space, which is an ampersand, the characters "nbsp" (without quotes), and a semicolon. By adding this non-breaking space inside table cells, Netscape should draw the empty cell correctly.



Print This Tip

Get E-Mail When New Tips are Online

Return to the Web Development - Tables page.

 


New in MalekTips:

RSS Feeds- Subscribe!

You want the latest tech tips and tricks in your e-mail Inbox - FREE? Type your e-mail address below and click 'Get Tips!'.
 


( sample / details )
( opt-out instructions )