HTML-CSS: item is always underlined -


I do not understand why the link ("55") in the top-right corner of this document is always underlined:

Update : I have a problem, I can not add it to the link because it is a self generated HTML. Also, I do not have access to the document's tag. Can I add a tag to it? Or before the link?

Thanks

Try changing the CSS style with javascript. For example:

  & lt; Script language = "javascript" & gt; Var Objects = document.getElementsByTagName ("a"); {Objects [no] .style.textDecoration = "none" for (no var, no = lt; objects.length; no ++); Objects [any] .style.color = "# 000000"; } & Lt; / Script & gt;  

Comments