jiam1
06-19-2013, 11:58 AM
Appended below is the HTML code of my site.
Would appreciate if someone could advise on where the codes have gone wrong.
Issues:confused: :
1) The animated cursor is not showing up even though the cursor has been uploaded in the same directory
2) When the cursor moves over the pictures with ALT text, text did not appear (in red below)
Many thanks in advance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="text/html; charset=big5" HTTP_EQUIV="Content_Type"><META content="MSHTML 6.00.2800.1476" name=GENERATOR>
<style type="text/css">
<!--
body {cursor: url('cursor.ani');}
-->
</style>
<body OnLoad="Scroll();"><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 scroll=no scrolling=no><meta http-equiv="imagetoolbar" content="no" />
<body ONDRAGSTART="window.event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false"
onSelectStart="event.returnValue=false">
<style>
<!--
A{text-decoration:none}
-->
</style>
</head>
<BODY> <script type="text/javascript">
function goTo(url){
window.location.href = url;
}
</script>
<body bgcolor=black>
<TR>
<TD COLSPAN=8>
<IMG SRC="images/final1_02.jpg" WIDTH=370 HEIGHT=1></TD>
<TD ROWSPAN=2><span class="link" onclick="goTo('../article_gallery/');"onmousedown="this.style.borderWidth='0px';" onmouseup="this.style.borderWidth='0px';" onmouseout="this.onmouseup()"><img src="images/final1_03.jpg" WIDTH=56 HEIGHT=100 BORDER=0 ALT="Article Gallery"></span></TD><TD ROWSPAN=2><IMG SRC="images/final1_04.jpg" WIDTH=25 HEIGHT=100></TD>
<TD COLSPAN=3 ROWSPAN=2><A HREF="../guestbook/" target=_blank ONMOUSEOVER="window.status='welcome welcome welcome'; return true;" ONMOUSEOUT="window.status=''; return true;"><IMG SRC="images/final1_05.jpg" WIDTH=50 HEIGHT=100 BORDER=0 ALT="Guestbook"></A></TD> </TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/final1_07.jpg" WIDTH=163 HEIGHT=100></TD>
<TD><span class="link" onclick="goTo('../video_gallery/');"
onmousedown="this.style.borderWidth='0px';" onmouseup="this.style.borderWidth='0px';" onmouseout="this.onmouseup()"><img
src="images/final1_08.jpg" WIDTH=55 HEIGHT=99 BORDER=0 ALT="Video Gallery"></span></TD></TR>
</TABLE>
</body> </html>
Would appreciate if someone could advise on where the codes have gone wrong.
Issues:confused: :
1) The animated cursor is not showing up even though the cursor has been uploaded in the same directory
2) When the cursor moves over the pictures with ALT text, text did not appear (in red below)
Many thanks in advance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="text/html; charset=big5" HTTP_EQUIV="Content_Type"><META content="MSHTML 6.00.2800.1476" name=GENERATOR>
<style type="text/css">
<!--
body {cursor: url('cursor.ani');}
-->
</style>
<body OnLoad="Scroll();"><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 scroll=no scrolling=no><meta http-equiv="imagetoolbar" content="no" />
<body ONDRAGSTART="window.event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false"
onSelectStart="event.returnValue=false">
<style>
<!--
A{text-decoration:none}
-->
</style>
</head>
<BODY> <script type="text/javascript">
function goTo(url){
window.location.href = url;
}
</script>
<body bgcolor=black>
<TR>
<TD COLSPAN=8>
<IMG SRC="images/final1_02.jpg" WIDTH=370 HEIGHT=1></TD>
<TD ROWSPAN=2><span class="link" onclick="goTo('../article_gallery/');"onmousedown="this.style.borderWidth='0px';" onmouseup="this.style.borderWidth='0px';" onmouseout="this.onmouseup()"><img src="images/final1_03.jpg" WIDTH=56 HEIGHT=100 BORDER=0 ALT="Article Gallery"></span></TD><TD ROWSPAN=2><IMG SRC="images/final1_04.jpg" WIDTH=25 HEIGHT=100></TD>
<TD COLSPAN=3 ROWSPAN=2><A HREF="../guestbook/" target=_blank ONMOUSEOVER="window.status='welcome welcome welcome'; return true;" ONMOUSEOUT="window.status=''; return true;"><IMG SRC="images/final1_05.jpg" WIDTH=50 HEIGHT=100 BORDER=0 ALT="Guestbook"></A></TD> </TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/final1_07.jpg" WIDTH=163 HEIGHT=100></TD>
<TD><span class="link" onclick="goTo('../video_gallery/');"
onmousedown="this.style.borderWidth='0px';" onmouseup="this.style.borderWidth='0px';" onmouseout="this.onmouseup()"><img
src="images/final1_08.jpg" WIDTH=55 HEIGHT=99 BORDER=0 ALT="Video Gallery"></span></TD></TR>
</TABLE>
</body> </html>