Click to See Complete Forum and Search --> : hyper link color
Snippy
08-10-2005, 11:00 AM
ok how do i get the directory color to change?? like a like to another site
<a href="www.halo2mmmods.com">Halo2mm Mods</a> it is blue i want it to go white please help
Lone Reaction
08-10-2005, 11:11 AM
Css the way to go. http://www.tizag.com/cssT/pclass.php
For now just insert this
<style type="text/css">
a:link {color: white;}
</style>
In your <head> (here) </head>
Read link from more info.
Snippy
08-10-2005, 11:20 AM
thank you and it changes a color after u click on it how do edit that also when i make another link from my download center back to my index aka homepage it makes it back no matter what is there a way to change that?
if any one would want to help me with the site i would love it it is www.vipermods.tk it is a template that i am editing if you want to help or have any suggestions i would love it if you need some help with graphics i have cs2
soccer362001
08-10-2005, 04:32 PM
I am not understanding your question.