View Single Post
Old 06-11-2009, 10:04 PM   #14 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

@Tanax I've seen this CSS style used by a few people and I really like it, what do you think?

css Code:
#content {
    color: #FFFFFF;
}

      #content a {
           color: #009900;
      }

            #content a:hover {
                  color: #00CC00;
            }

      #content p {
           clear: left;
      }

#footer {
    border: 1px solid #000000;
}
__________________
My Site
adamdecaf is offline  
Reply With Quote