Damn, just answered my own question.

I had this:

table td {
background-color: #fff;
}

table.title {
background-color: #81a1d6;
}


But it needed to be this:

table td {
background-color: #fff;
}

table.title td {
background-color: #81a1d6;
}

Doh!
Peter
<x-tad-bigger>
</x-tad-bigger>
Universal Head
Design That Works.

7/43 Bridge Rd Stanmore
NSW 2048 Australia
T (+612) 9517 1466
F (+612) 9565 4747
E [EMAIL PROTECTED]
W www.universalhead.com

Reply via email to