Categories

How do I remove the underlines from links

Template-help.com Team November 15, 2010
Rating: 5.0/5. From 2 votes.
Please wait...
Q: How do I remove the underlines from links while working with HTML files? A: This can be done with a CSS declaration of text-decoration: none. Place this code (with your color choices) above the closing </head> tag in your HTML document. This code demonstrates the removal of the underline on hover. Remember, hover is maintained by I.E. only.
<style type=”text/css”> <!– a:link { color: #CC00CC} a:visited { color: #CCCCCC} a:hover { color: #0000CC; text-decoration: none} a:active { color: #CC3333} –> </style>
This entry was posted in Working with CSS and tagged css, HTML, style. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket