[Zope] Fw: Problems with Netscape

M. Adam Kendall mak@kha0s.org
Wed, 19 Jan 2000 10:04:20 -0500 (EST)


On 19-Jan-2000 Steve Froggatt wrote:
> When I use IE to view my website (www.cbsolutions.co.uk) everything works
> fine, but when I use Netscape half of the pages are missing and the links do
> not work.

This isn't a Zope issue, and not really a Netscape issue, but a proper use
of HTML issue.
Netscape REFUSES to display tables that are layed out improperly, for instance
if you have a <TABLE> but no </TABLE>.  If it can't build a complete table
it doesn't render it.  Check all your table tags, make sure every <TD> has
a </TD> and you don't have things like:
<TR><TD></TD><TD></TR>

HTH,
Adam
-- 
M. Adam Kendall         |  
mak@kha0s.org           |  "There's never enough time to do
http://kha0s.org        |  all the nothing you want."
                        |   --Bill Watterson (Calvin and Hobbes)