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

Q463 Can I make links that aren't underlined?

irt.org | Knowledge Base | JavaScript | Link | Q463 [ previous next ]

Q463 Can I make links that aren't underlined?

Only in Internet Explorer 4 and Netscape Navigator 4:

<STYLE TYPE="text/css"><!--
A:link    {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none; color: #0000FF}
A:active  {text-decoration: none; color: #FF0000}
//--></STYLE>

<A HREF="apage.html">A Text Link</A>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


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