Layout table width issue in netscape

G

Guest

I wish I could post this site so you could see, but....

Anywho, what I have is a layout table sitting on top of my main table on a
page. It was added after the fact so I could make use of the rounded
corners. Frankly, I like the easy ability to add some additional design by
having two sets of table borders by using two "stacked" tables (one layout,
the other normal) so for now I'd like to keep it like that. Otherwise, I
could redo the page and use just one table.

The problem is, when the page is displayed in netscape, the layout table is
wider than the main table by a good 5-10 pixels, despite the fact that I've
specified the widths of both tables to be 770, and both tables match
perfectly in IE.

Is there some reason why a layout table would appear wider than a regular
table in netscape, but not in IE?
 
G

Guest

Do you have a DOCTYPE declared? This seems to be the culprit in
cross-browser incompatabilities a lot of the time.
 
G

Guest

Pardon my ignorance, but if I know what you are talking about I don't know it
by that specific name. Doctype? Where would it appear in FP or in the
actual code? What should it be?

Thanks a ton.
 
G

Guest

Thanks Dan, but one more question: where exactly in the code does that
doctype declaration go? Right under the first html tag at the top of the
page?
 
G

Guest

Well, back and made the change, but thanks for the help anyway. Always nice
to add a little more knowledge and you probably saved me some time in the
future anyway.
 
G

Guest

I meant to say "Well, back and made the change, but it didn't help. Thanks
for the help anyway.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top