View Single Post
Old 2005-04-28, 10:44 PM   #14
GeorgeTH
Don't let a programmer design your front-end pages!
 
GeorgeTH's Avatar
 
Join Date: Aug 2003
Location: currently on the road in CA
Posts: 781
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
__________________
Have a nice day!
GeorgeTH is offline   Reply With Quote