<style>
a.a:link,a.a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#ff7100;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
</style>
<a class='a' href="">link</a>
for some reason when color:#ff7100; gets another # when the link is clicked it changed to orange then sends you to the page u linked to but if the extra # is not there its just another normal link.. i find this strange because i have never seen this before any one have an explination?
aelements have a class calleda? – Oded♦ Jan 20 at 20:45<style>not<script>. – Cristy Jan 20 at 20:45