|
|
To remove the underlines from all links, put this code in the
<HEAD>
| this code | produces this |
<STYLE TYPE="text/css">
<!--
A {text-decoration:none}
-->
</STYLE>
|
this page |
If only a part of your document should be without underlines in the links use a styles class. Use the same code as above, but add
.nounderline before the
A:
<STYLE TYPE="text/css">
<!--
.nounderline A {text-decoration:none}
-->
</STYLE>
Then you can use the class in any section of the document. For example, this code uses <DIV ...>nounderline class:
<DIV CLASS="nounderline"> <UL> <LI><A HREF="nounexatarget.html" TARGET="_top">this is a link</A> <LI><A HREF="nounexatarget.html" TARGET="_top">this is another link</A> <LI><A HREF="nounexatarget.html" TARGET="_top">and this is yet another link</A> </UL> </DIV>
which gives us this:
|
Recommended Resources |
|||
| web hosting tutorials Credit Help |
Search the Internet Search Engine Help |
Low Fat Lifestyle Internet Traffic |
Web
Hosting Web Design |
|
Discount
Hotel Reservations All
Rights Reserved, Copyright © Free-HTML-Tutorials.com 2003 |
|||