the www.hardforum.com/index.php page has over 150 XHTML errors, someone might want to take a look at that
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
He means the forum's main page, not hardocp's front page (or at least I assume so, considering he linked the forum's main page). And it does indeed have an XHTML transitional doctype, but that's vB's problem I guess, not the [H]'s. And my guess is we would have tons of people complaining if any of these errors were actually hindering the users, but they're not. I'm a standards compliant kind of guy, but hey, it works. It'd be a pain in the ass to go through all the vB code to fix every little validation error.tim_m said:Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Lethal said:I ran the main forum page thru a validator and got errors, most related to "nowrap" and "embed" tags as not being XHTML compliant. Then I ran vBulletin's own main forum page and it passed with flying colors.
So it looks to me like the issue has to do with how the banner ads have been inserted using html 4.01 transitional code in what is declared by default (vBulletin) as an XHTML doc type. But they work just fine and don't seem to be a problem.
I honestly can't see how it'd be of any benefit to alter the code to "fix" what amounts to a non-problem here.
Lethal shows off that big brain one more time...Lethal said:I ran the main forum page thru a validator and got errors, most related to "nowrap" and "embed" tags as not being XHTML compliant. Then I ran vBulletin's own main forum page and it passed with flying colors.
So it looks to me like the issue has to do with how the banner ads have been inserted using html 4.01 transitional code in what is declared by default (vBulletin) as an XHTML doc type. But they work just fine and don't seem to be a problem.
I honestly can't see how it'd be of any benefit to alter the code to "fix" what amounts to a non-problem here.