Is it possible to have multiple font colors in the same table header?
I have an Address column in my data table that has color coded entries based on where the address is. North = green, South = red and West = blue. What I want to do is the following but the color changing code doesn't work for me:
<th> [B]Address[/B]<br/>
<font color=green/>[B]North[/B]
<font color=red/>[B]South[/B]
<font color=blue/>[B]West[/B]
</th>
So the table header would read like this:
Address
North South West
and the font color would be different for all 4 words in the header.
Can it be done?
Thanks,
Sup