|
Posted by David Stone on June 7, 2007, 8:23 am
Please log in for more thread options
> I hope it's the right newsgroup for the question.
>
> I have custmized a site at http://www.black-tracker.gr/ (it's in greek)
>
> But it doesn't validate
> (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.black-tracker.gr
> %2F)
> and I cannot understand why?
>
> Any help?
Well, start with the first error and explanation listed just below the
big red box telling you the code doesn't validate. It says that there
is a problem with the html on line 37 of your page, and follows it up
with an explanation. From the validator:
Line 37 column 62: document type does not allow element "SELECT" here;
missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV",
^^^^^^^^^^^^^^^^^^^
Section 17.6 of the html 4 standard includes some examples of how to
use the select element. Fix your code accordingly, then try again.
Repeat until all the errors are gone!
|