|
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>
|
|
|
Copyright © 1996-2009 irt.org, All Rights Reserved.