|
Posted by Al Camp on 08/06/05 17:19
Hello all,
Now go easy on a newbie...
My editor (HTML-Kit V292) puts this entry on every page...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
And W3C suggested adding this line...
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
I built my web site, and all my code passed Tidy HTML and W3C.
I added the following OnMouseOver/Out code... (got it from Googling this
NG)
<A HREF="index.html"
onMouseOver="document.homepage.src='img/btn_homegrn.gif'"
onMouseOut="document.homepage.src='img/btn_home.gif'">
<IMG SRC="img/btn_home.gif" name="homepage" ALT = "0" BORDER="0" height=
"47" WIDTH="131"</A>
Now Tidy won't work at all. It comes up blank even if I put in a gross
error, and W3C indicates that I'm not compatible any longer.
I gather I may need a script, but isn't there any HTML method to
accomplish the OnMouseOver/Out?
Thanks in advance,
Al Camp
Navigation:
[Reply to this message]
|