How do I remove the underlines from links

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>

VN:F [1.9.6_1107]
Rating: +1 (from 1 vote)
This entry was posted in Working with CSS and tagged , , . 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


Track the comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

Please DO NOT post the order details or any personal details in the comment body.

Spam Protection by WP-SpamFree