HTML Example of A Page with Links that Aren't Underlined

< back to Links That Aren't Underlined

This is an example of a page where the links don't have any underlines. notice that it's a little hard to tell where the links are. The non-underlined links effect was created with this code:

<STYLE TYPE="text/css">
<!--
A {text-decoration:none}
-->
</STYLE>

This effect is discussed more fully in our page about links that aren't underlined.