Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1579 How can I remove the underline from hypertext links?

irt.org | Knowledge Base | CSS | Q1579 [ previous next ]

Q1579 How can I remove the underline from hypertext links?

Try:

<html>

<head>

<style><!--
A { text-decoration:none }
//--></style>

</head>

<body>
<p>
<a href="...">This is not underlined in Internet Explorer 4+ and Netscape Navigator 4+</a>
</p>
</body>

</html>

Feedback on 'Q1579 How can I remove the underline from hypertext links?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.