
I have to say that I am no expert at this. Actually, I just looked up on it for the first time today, so bear with me and my questions please.
How do you set a color for links?
<style type=text/plain>
<!--
A:link {text-decoration: color=blue;}
A:visited {text-decoration: color=red;}
A:active {font-weight: bold;}
// -->
</style>
I am wondering if that is correct, or if I should remove the semi colons from before the }'s. Any help would be appreciated.
Thanks