No Underline for Links
Example of Code
There is no line beneath this
link
.
Grab
the Code
<STYLE TYPE="text/css"> <!-- A {text-decoration: none; } --> </STYLE>
Explanation of Code
This example uses Cascading Style Sheets (CSS),
<STYLE TYPE="text/css">
, to set the
text-decoration
property of all links in the page to
none
.
Copyright © 2001 John H. Bolgiano, Jr. - All rights reserved
Modified with permission for educational use by Roberta Bush