Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1579 How can I remove the underline from hypertext links?

You are here: irt.org | FAQ | CSS | Q1579 [ previous next ]

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?'

©2018 Martin Webb