Forum Moderators: open
Even if NS isn't holding market share at the moment I figure it's the a good way to check that my code is as clean as I think it is. Of course I should be checking Opera, etc, too... but... um.. yeah... *can't think of a good enough excuse why not* uhh.. yeah, ok, I need to do that too.
ps... I read something about AOL or some bit American provider switching to NS for their browser of choice? Could mean a resurge in use of NS.
A side note, all the users who found the problem were on macs. I find that almost all of my NS6 users are on macs.
Interesting thing, the dtd was 4.01 loose, and the online validator flagged margin height=0, top=0,etc that I had indicated for the table everything is sitting in. Is it the table that's skewing the results?
I ran the sites through "cse html validator pro" and it validates without errors.
I have to say that I'm confused.
However, to validate with the standards (4.01 loose), how do I get the table to hug the browser window left and top? Or is the standard prefer/asking for divs? In other words, is the table throwing it off, and that's why NS 6 is throwing off my design? I'm going to keep troubleshooting this, but any help would be appreciated.
Read the W3C specs section 7.5.1 The BODY element (HTML 4.01): http://www.w3.org/TR/REC-html40/struct/global.html#h-7.5.1
<!doctype>
......
......
......
<style type="text/css" media="all">
body {
margin:0;
padding:0;
}
</style>
</head>
<body>
As far as the generated errors and meta reference, try leaving only the <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> element in place and see what the results are. Look closely at your <head>code to see if there might be an error you missed.
Build with Mozilla, final check against IE and Opera and Netscape.
Q. Why check with Mozilla etc?
A. Because I can't see sense in turning away 1 out of every 20 customers.
(replace '1 out every 20' with your own market figures - whatever)
How much Walmart would pay to up their customer base by 5%?