Sorry to say but always use css for colors and styles in your HTML.
attributes in your HTML for your layout and colors is such a pain.
I recommend you use css and use
VB code serverside to give your table elements a class for example
Code:
<table>
<tr>
<%
Response.Write("<td class="selected"></td>")
%>
</tr>
</table>
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.