Thread
:
Fanhost update! Please read!
View Single Post
09-14-2006, 06:03 AM
#
56
(
permalink
)
BD100
Posts: n/a
Quote:
Originally Posted by
Sk8er gurl
I think this works for the font color
Code:
* { color:#CCCCCC; }
Yes, thats a better way of doing it - the '*' means the code is applied to every CSS class on the page.
BD100