View Full Version : How Do I get rid of the coloration of my links? I just want the link to stay the same


sugarbyte
04-16-2004, 02:41 AM
How Do I get rid of the coloration of my links? I just want the link to stay the same as the original color I gave it.
It gets automatic coloration, how do I change it so that the link stays the same as the color I gave it?
thnx :)

LesPaul59
04-16-2004, 03:01 AM
http://www.lissaexplains.com/css2.shtml#mouseover

It's CSS. Just put in whatever color you like in the color properties. :)

pb&j
04-16-2004, 05:58 AM
or it can be shortened to this...

<style type="text/css">
a {color:#YourColor;}
</style>