Forum Moderators: not2easy
EG.
td {font-family: Arial, Helvetica, sans-serif; font-size: 0.7em;}
td.tablecellblue {background-color: #0000ff;}
td.tablecellred {background-color: #ff0000;}
[edited by: BeeDeeDubbleU at 7:28 am (utc) on June 4, 2009]
[edited by: swa66 at 2:14 pm (utc) on June 4, 2009]
[edit reason] fixed the unintended double # [/edit]
Just create the style sheet and add it like this:
form {border: 1px sold red;}
label {background-color:green;}
etc etc
Just don't use two hashes side by side as BeeDee's example shows, it should only have one ;-)