Forum Moderators: open
All <p> text had a blank line above and below it within table cells, and every graphic on the page had a 5-10 pixel space beneath it. Needless to say my menubar wasn't looking too hot.
I tried tweaking the html to no avail, and finally just started deleting parts of the page to isolate the problem.
It turns out it was my doctype tag:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Does this look correct?
The site didn't even have them when I took over, but I read here that they could be important for SEO, so I added this one that was supposedly pretty standard. The page looks fine in every other browser I have tried.
Could this be a bug in NS6.2?
Did I do something stupid?
Here I was thinking doctypes didn't really do anything with regular html.
Thanks
That's much better now.
Nothing like seeing ones' site ripping itself apart to cause anxiety attacks. =)
www.evolt.org/article/css-d/17/4427/
Seems that even with validated code, Netscape only wants to see one particular URL -- even though the two URLs have identical content (now ThAT"S weird!)
What Netscape 6.2 likes is this:
[color=blue][b]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">[/b][/color]
And this one flakes out - particulary in rendering tables:
[color=blue][b]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">[/b][/color]