I so
love XHTML :speechless:
Anyway - Like all people who actually want to make browsing as easy as possible for multi-browser users, I try to stick to XHTML standards
The page, according to the W3's validator, is XHTML compliant, but it shows this as a Warning below "This page is valid XHTML 1.0 Transitional" blarb...
Quote:
character "<" is the first character of a delimiter but occurred as data
|
When I had another XHTML invalidity, I recieved this message along with the other, which happened to by a typo
Quote:
Line 14, column 29: character "<" is the first character of a delimiter but occurred as data
for ( var i = 0 ; i < onloads.length ; i++ )
If you wish to include the "<" character in your output, you should escape it as "<". Another possibility is that you forgot to close quotes in a previous tag.
|
Any idea how to get rid of this error?
Satan