View Single Post
Old March 15th, 2003, 01:27 AM     #4 (permalink)
Fade2Grey
Member
 
Join Date: Jan 2003
Location: England
Posts: 165
Quote:
Originally posted by ^hyd^
I seem to remember this as being one of those stupid "quirks" that I ran into a long time ago...
try removing any spaces between the tags.

for example: (note the red sections)

Code:
<TD>< A HREF="rules.html"
      ONMOUSEOVER="menuSwap('rules', 'rules2');"
      ONMOUSEOUT="menuSwap('rules', 'rules1'); ><IMG 
      SRC="images/menu_rules1.gif" WIDTH=118 HEIGHT=37 
      BORDER=0 ALT="Rules" NAME=rules></A></TD>

instead of:

<TD>
  < A HREF="rules.html"
       ONMOUSEOVER="menuSwap('rules', 'rules2');"
       ONMOUSEOUT="menuSwap('rules', 'rules1');">
       <IMG SRC="images/menu_rules1.gif" WIDTH=118 HEIGHT=37 BORDER=0 ALT="Rules" NAME=rules>
      </A>
  </TD>
I know it makes for ugly code, so indent as you would like... not sure if it'll fix it, but giver a try!

Cheers!

Yay! It worked... thanks so much, this forum never fails to amaze me. And yeah it does make ugly code, but it also makes a pretty webpage so im happy.

Thanks again ^hyd^

Woohoo...
__________________
~Fade2Grey
Fade2Grey is offline   Reply With Quote