i have something like this
<tr style="font-family: Tahoma; font-size: 10pt; font-weight: bold">
and i'm trying to get it set the font color as well but not having any luck.
i don't know is this is a css problem or html..... because i'm not that smart.
edit: dang it, i figured it out the minute if posted this.
thanks anyway.add:
color:#ffffff;<tr style="color:#fff; font: bold 10pt Tahoma"> will save you a couple of bytes
<tr style="font-family: Tahoma; font-size: 10pt; font-weight: bold">
and i'm trying to get it set the font color as well but not having any luck.
i don't know is this is a css problem or html..... because i'm not that smart.
edit: dang it, i figured it out the minute if posted this.
thanks anyway.add:
color:#ffffff;<tr style="color:#fff; font: bold 10pt Tahoma"> will save you a couple of bytes