Quote:
Originally Posted by Mr. Blue
I notice some TGP's don't allow certain CSS, have you run into this? One of my favorites and most productive has a general simple html policy and I can't use any css there...so I've stopped using it.
|
1. I never use an external CSS
2. I never use mouseovers (or similar things) in my CSS
3. you can try to include CSS-like formatting inside a font tag
sample:
Code:
<font style="{color: white; font-size:12px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; line-height: 75% }">text goes here</font>
4. I never had any problems with mine