15 Dec 2006 at 00:18 #1 Chiz Chiz 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: 15 Dec 2006
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?
15 Dec 2006 at 00:44 #3 Chiz Chiz Soldato OP Joined 2 Nov 2002 Posts 3,304 Location Aberdeen i've created <!-- .one {background-color: #4b3c1c; height: 485; width:15 } --> Which works fine in ie6 but not in firefox?. grrr. Last edited: 15 Dec 2006
i've created <!-- .one {background-color: #4b3c1c; height: 485; width:15 } --> Which works fine in ie6 but not in firefox?. grrr.