Hi, can anyone please help me? http://validator.w3.org/check?uri=http://www.flunkme.com/ with the very last validation entry, I wonder where I missed it... u know vbulletin forum design consists of many templates, its hard for me to tell where the error comes from
Have you tried an HTML validator/cleaner? I would suggestion: http://www.htmlkit.com/download/ Place the HTML file in it and see if the error gets fixed..
Correct the BR and IMG tags and it might correct the rest. Change all <br> tags to <br /> and all <img src="location.gif"> to <img src="location.gif" alt="" />.
yep make sure your break tags are in xhtml form (<br />) and also image tags as well (<img src="" />).
The last one just says you have an extra </div>. Go to that line and delete it. Since it is vBulletin, go to the homepage, look at the source, find line 1287 or whichever it was, and then use elimination and relative positioning to see if it is the footer, or something else. Then find the template in the style panel and delete it.
That sort of looks like the end of an image tag... Try this ... forums, Arcade games" border="0" /></a></span></td> Code (markup): Or, you know, it's not the end of an image tag... in which case you can just ignore me completely .