W
Wally S
I can't find a CSE newsgroup, so I am hoping someone here can help me. Last
night, I downloaded CSE, and it seems useful. The problem is that it finds
an error in the following, which is a cell from my navigation bar. This
coding works fine, and it does just what I want, but CSE does not like the
semicolons. It says that the semicolon is not a valid td attribute. This
coding also works on IE6 without the semicolons, but I do not know whether
it will work everywhere. I would like to use CSE because it does find some
interesting things, but by the time it finishes with my navigation bar, it
has no room to report any more errors.
<td
onmouseover="this.className='greenlink'"
title="Mumbai from Jan 2 till Feb 1.";
onmouseout="this.className='boldlink'";
width="100%" bgcolor="#FFE7CE"
height="18" class="boldlink"><font
face="Arial" size="1"><b><a
href="2003/12/11.20/17.mahabharat.audition/index.html">Jan
2, Auditions for Mahabharata</a></b></font></td>
Thanks,
Wally
night, I downloaded CSE, and it seems useful. The problem is that it finds
an error in the following, which is a cell from my navigation bar. This
coding works fine, and it does just what I want, but CSE does not like the
semicolons. It says that the semicolon is not a valid td attribute. This
coding also works on IE6 without the semicolons, but I do not know whether
it will work everywhere. I would like to use CSE because it does find some
interesting things, but by the time it finishes with my navigation bar, it
has no room to report any more errors.
<td
onmouseover="this.className='greenlink'"
title="Mumbai from Jan 2 till Feb 1.";
onmouseout="this.className='boldlink'";
width="100%" bgcolor="#FFE7CE"
height="18" class="boldlink"><font
face="Arial" size="1"><b><a
href="2003/12/11.20/17.mahabharat.audition/index.html">Jan
2, Auditions for Mahabharata</a></b></font></td>
Thanks,
Wally