HTML Question, pertaining to previous question?

<td colspan="2" width="120" bgcolor="000000" background="topleft.gif">

Now something is definitly wrong with that, it comes out wrong in validator and its screwy on firefox....
 
All those properties can go in your CSS stylesheet.. Just apply the ID to the TD to pull those attributes; WC3 doesn't want that kind of syntax in the TD code, you need to specify TD ID = TD1, and make TD1 in your CSS with those attributes..
 
Back
Top