PDA

Click to See Complete Forum and Search --> : Tables not showing up in netscape


Wynd
Apr 21st, 2001, 07:50 PM
Anything i put in a table will not show up in netscape. It works fine in IE, but what is stranger is that the page i am trying to view displayed just fine a few days ago, but not now. Anyone know why this is?

sail3005
Apr 21st, 2001, 08:38 PM
Thats wierd because netscape doesn't suck that much. It should display stuff in tables. If it was working before and everything, then you might just want to reinstall netscape.

scoutt
Apr 22nd, 2001, 02:12 AM
Hi,

You might want to check for all the table tags, open and closing. I have had similar experience. i found out that I forgot to close the table or tray. just for thought.

Scoutt

chrismitchell
Apr 22nd, 2001, 04:52 AM
Generally, Netscape does require different Tags to show data from Tables as IE does. I have also had trouble with this problem. When I get into work on Monday I have a piece of code that will help... Will that help Wynd?

Wynd
Apr 22nd, 2001, 12:40 PM
Yeah, that would be fine.

Mark Sreeves
Apr 23rd, 2001, 06:44 AM
Generally, Netscape does NOT require different Tags to show data from Tables as IE does

(thanks chris for saving me having to type all that out!:))

Tables are pretty primative really.
Netscape doesn't support the same events as IE in tables but just displaying data shouldn't be a problem.

A missing tag or even just a missing < or > is probably the cause.

chrismitchell
Apr 23rd, 2001, 06:57 AM
Originally posted by Mark Sreeves
Generally, Netscape does NOT require different Tags to show data from Tables as IE does

(thanks chris for saving me having to type all that out!:))

Tables are pretty primative really.
Netscape doesn't support the same events as IE in tables but just displaying data shouldn't be a problem.

A missing tag or even just a missing < or > is probably the cause.

I stand corrected.. Many Apologies... I thought that they did....