PDA

View Full Version : CSS colors


Suchy
01-22-2006, 03:05 AM
I am using this simple CSS code for the colors of links


<style type="text/css">

a:link {color: #333333;}

a:visited {color: #333333;}


</style>


Now I want to make other links white, how can I do that?