I have a table with 2 rows, i want the first row to be in "color1" and the second "color2" , is it somehow i can put this in my slylesheet or do a variable of some kind?
I want something like this:
<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="stylesheet stuff/ $color1"> </td>
</tr>
<tr>
<td bgcolor="stylesheet stuff/ $color2"> </td>
</tr>
</table>