kovan
Oct 13th, 2000, 10:21 AM
hi all
<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
<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