[Invalid] Markup Validation of http://www.se7ensins.com/forums/ - W3C Markup Validator
It's showing errors for what is default on vbulletin so I'm trying to figure out why it's doing this...and how to fix it. Any help?
This is a discussion on How do I fix these html error from w3? within the General Discussion forums, part of the vBulletin SEO Discussion category; [Invalid] Markup Validation of http://www.se7ensins.com/forums/ - W3C Markup Validator It's showing errors for what is default on vbulletin so I'm ...
[Invalid] Markup Validation of http://www.se7ensins.com/forums/ - W3C Markup Validator
It's showing errors for what is default on vbulletin so I'm trying to figure out why it's doing this...and how to fix it. Any help?
You have two document-type declarations.HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Check your FORUMHOME template and see if you have two instances of $stylevar[htmldoctype] in there. Remove one of it.