Removing an HTML Web Page Link Underline
Monday, July 14th, 2008You can remove the underline of an individual HTML web page link, also known as a hyperlink, by adding the STYLE tag to your link HTML.
Example Code:
<A HREF=”http://www.yourdomain.com” STYLE=”TEXT-DECORATION: NONE”>Your Link</A>