I am validating my web-page and I get this error:
Error Line 190 column 49: an attribute value must be a literal unless it contains only name characters.
...52" height="45" onMouseOver=homeHover() onMouseOut=homelink() onClick="window...
How should I desgnate the value of the attribute to be a function? Should I use ""? ex: onMouseOver="homeHover()"
Everything works fine on the webpage, but while validating it, I get this error.
2006-09-18
10:28:41
·
2 answers
·
asked by
Rockstar
6
in
Computers & Internet
➔ Programming & Design