View Single Post
  #5 (permalink)  
Old 04-03-2008, 05:14 PM
dman_2007
Guest
 
Posts: n/a
iTrader: / %
Default

I think rhyswynne answered your questions pretty well, if you still have any doubts let me know.

By the way here's the CSS code modified to you needs :

Code:
<style type="text/css">
    a.slink:link {
      color : #FFFFFF;
    }
    
    a.slink:visited {
      color: #0000FF;
    }
  </style>
for every link you want to be white, put class="slink" attribute in its anchor tag. For example :

Code:
  <a href="http://www.google.com" class="slink">Google</a>

Last edited by dman_2007; 04-03-2008 at 05:18 PM.
Reply With Quote