Hello All,
I am trying to create a simple HTML page with a Name Anchor link (that is, links on the same page - one calls the other). For example:
<A HREF="#etc">ETC</a> <!-- at the TOP of the page -->
AND
<A NAME="etc">ETC</a> <!-- at the BOTTOM of the page -->
In boh instances, the links are underlined as if they were regular links and not just "NAME ANCHOR" links.
My question: Is there a way to REMOVE both instances of the underlining? I would greatly appreciate anyone's help out there. Thanks.
Chinyere
I am trying to create a simple HTML page with a Name Anchor link (that is, links on the same page - one calls the other). For example:
<A HREF="#etc">ETC</a> <!-- at the TOP of the page -->
AND
<A NAME="etc">ETC</a> <!-- at the BOTTOM of the page -->
In boh instances, the links are underlined as if they were regular links and not just "NAME ANCHOR" links.
My question: Is there a way to REMOVE both instances of the underlining? I would greatly appreciate anyone's help out there. Thanks.
Chinyere