not valid xhtml?

Soldato
Joined
2 Nov 2002
Posts
3,304
Location
Aberdeen
my code is

Code:
<td class="one" rowspan="2" height="485" width="15">1</td>
and for some reason it's not coming up as valid xhtml.. any ideas?

I'm being told, the height and width isn't valid?
 
Last edited:
i've created

<!--

.one {background-color: #4b3c1c;
height: 485;
width:15
}

-->

Which works fine in ie6 but not in firefox?. grrr.
 
Last edited:
Back
Top Bottom