Posts: 256
Location: Auckland, New Zealand
|
What I don't understand is why is the HTML validator, is validating your Javascript, this would be excluded from the parser, so I believe you have not correctly placed it within the script element.
Is it possible to see the site? That way I could give you a definite answer to solve this problem as for the first error it's self explanatory, you don't have semi-colons in the attributes of elements, unless it's within the attribute's value.
The second error, should not matter if there's a space after br, this was just for older browsers who did not understand XHTML properly. Now a br element can not sit alone in the body element, it must appear within another element, it's most likely you've just got it sitting alone, not within an element.
The third error, the validator again should not be interpretting this at all, something is wrong with your HTML.
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|