hi all
thats my <a> tagCode:<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>
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


Reply With Quote