Guide to creating a web site, web design, web development, internet marketing, promotion, html tips and tricks, javascript and more.

Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering Free HTML Tips, Tags and Codes

Open Directory Projectfree ebooksfree articles
web site design development internet marketing and promotion tutorials

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

webmaster resources
website design



HTML Remove Link Underline

When designing your web pages, there may be a time when you will want to remove the underline of an individual text hyperlink. Although it is always best to leave hyperlinks at their default settings, as this is what your visitors will be used to, this HTML tip will assist you removing the link underline.

Following is an example of a link displayed without the underline:

Example Link

To remove a link underline, add STYLE="TEXT-DECORATION: NONE" to your link code:

<A HREF="http://www.yourdomain.com" STYLE="TEXT-DECORATION: NONE">Your Link</A>

Although the above code will enable you to remove the underline within a hyperlink, please use this code with caution to ensure that you don't confuse your visitors.






Submit your HTML code snippets. We'll credit you and give you a link to your website.