Hyperlink Added to ID of Same Page Link
Hi,
I have added a same page link to my site. However it has had a strange affect on ID link. The link (id="L3) now is now highlighted blue and underlined. I have tried to add a class to to it. However this only work when you mouseover it.
Can anyone advise how I can create a same page link without the ID being styled. Or to permanently style the ID link.
Code:
<a href="#L3" >Your Images</a>
<a id="L3" class="boardlink">Your Images:</a>
<div class="boardsegmentheaders">
<a id="L3" class="boardlink">Your Images:</a>
</div>