I'm having a problem with the W3C validator:
I don't understand this error message:
Line 117, column 61: an attribute specification must start with a name or
name token
....ef="/" accesskey="H" title="Access Key: Alt+H" id="here"">Home </a>
Check for stray quotes or incomplete attribute definitions.
Note that the final " before >Home</a> is what the validator thinks is
needed, not what is in the source. The only thing I can think is that
either the : or the + in the title attribute value are causing a problem
but I can't think why. Any suggestions?
TIA, Darren
--
=============== =============== =============== =============== ==========
D. D. Brierton darren@dzr-web.com www.dzr-web.com
Trying is the first step towards failure (Homer Simpson)
=============== =============== =============== =============== ==========
I don't understand this error message:
Line 117, column 61: an attribute specification must start with a name or
name token
....ef="/" accesskey="H" title="Access Key: Alt+H" id="here"">Home </a>
Check for stray quotes or incomplete attribute definitions.
Note that the final " before >Home</a> is what the validator thinks is
needed, not what is in the source. The only thing I can think is that
either the : or the + in the title attribute value are causing a problem
but I can't think why. Any suggestions?
TIA, Darren
--
=============== =============== =============== =============== ==========
D. D. Brierton darren@dzr-web.com www.dzr-web.com
Trying is the first step towards failure (Homer Simpson)
=============== =============== =============== =============== ==========
Comment