View Full Version : Fix XHTML errors
raiderlax
08-09-2007, 12:23 AM
I have like 53 from my site, how do you fix all these error?
Thanks https://vborg.vbsupport.ru/
StrifeX
08-09-2007, 08:20 AM
They are all template based errors. If you look at the w3schools validation (http://validator.w3.org/) it tells you the code that is not XHTML vaild, so just go into the templates, find the code, and learn XHTML to make it correct (if you don't already know it thoroughly). A hint: Don't forget to add " />" after tags that normally have nothing in between (Such as image tags, line breaks, horizontal tags, etc...) For example, <img src="test.gif"></img>, would become <img src="test.gif" /> - Notice the </img> tag is taken away and replaced with a " />" (don't forget the space.)
Princeton
08-09-2007, 03:43 PM
what are the errors?
URL to site?
raiderlax
08-09-2007, 03:45 PM
its www.talkfitness.org :)
(http://www.talkfitness.org)
EnIgMa1234
08-09-2007, 04:04 PM
Wow I have: Failed validation, 225 Errors :(
StrifeX
08-10-2007, 12:12 AM
Wow I have: Failed validation, 225 Errors :(
Wow, that's pretty sad. I passed with no errors :D
EnIgMa1234
08-10-2007, 01:55 AM
Even vbulletin.com has one error :o
Dismounted
08-10-2007, 10:25 AM
Why are people so obsessed with W3C Validation errors?
StrifeX
08-10-2007, 11:02 AM
Because it makes you look more professional :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.