http://validator.w3.org/check?uri=http%3A%2F%2Fwww.redhat.com%2F shows the problems. This breaks things like Mozilla
The page still does not validate and has broken tables. A basic check on the validator.w3.org site shows it is still broken. Its embarrasing being a .com company with a broken front page, its even more embarrasing discovering our web staff close bugs arbitarily and haven't fixed it after months. Very poor.
Can you tell me which browser this breaks? I was wrong to close this bug, thanks for your swift response. I'm assigning it to rob, in charge of web production.
It breaks old versions of konqueror for one and some versions of links. If you run the page through validator.w3.org and skip over all the stuff that is non critical (non standard options, missing dtd etc) you'll see you get errors about misplaced <TR> tags where the table formatting is wrong.
I fixed a few missing/extra </div> tags, and an extra double-quote mark. There were some <div> tags inside of <a href> tags, and I fixed those also. In order to keep <FORM> tags from creating extra space on the page, they need to be squirreled away between table tags. This is the method that web production uses. If compatability with every single version of konqueror and lynx becomes a priority over visual design, then that changes things, but as far as I know, this is not the case. We've tested the page on Netscape 6 for the Linux, Windows, and Mac, and nothing appears to be broken. I just double-checked it, and I don't see any problems. Alan, if you're still seeing a problem on Netscape 6, perhaps you can be more specific? Maybe it's something I'm overlooking after having stared at this web site for so long.
Mozilla of the day segfaulted but its doing that on a lot of pages so doesnt prove a lot. Konqueror seems to render things okayish. I dont have a copy of opera to hand any more. I'm not sure I follow your table/form thing. Which browser actually needs that peculiar hack to do forms without too much padding ?