how to add color to <td> in stylesheet of Master page? -
02-18-2009
, 02:43 PM
What do I need to add to my stylesheet.css which I reference in
site1.master to add/control colors in different <td>'s in a table in
site.master?
<link rel="stylesheet" href="StyleSheet.css" type="text/css" />
Here is what I have so far in my stylesheet.css
body
{
background-color: Aqua;
font-family: Verdana;
font-size:small;
}
How do I reference the stylesheet property in the <td>
Thanks,
Rich
*** Sent via Developersdex http://www.developersdex.com *** |