View Single Post
Old 09-14-2006, 06:03 AM   #56 (permalink)
BD100
 
Posts: n/a
Default

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.
  Reply With Quote