-
hi all
Code:
<style>
<!--
a:link, a:visited {color:#C5BE60; font-weight:bold;}
a:active {color=yellow; background: firebrick; font-size: 100%; font-weight:bold;}
a:hover {color:yellow; font-weight:bold;}
//-->
</style>
thats my <a> tag
however, i dont want to use this same tag for ALL my links
i want to have multiple <a> tags with different attributes
anyone know how i can make more than one <a>? thank you
-
oops
Sorry, I accidently posted your reply as a new thread. It's subject is "Re:CSS - different <a>?".