| hwg-techniques archives | Feb 2000 | new search | results | previous | next |
Re: Linksby "Cindy Stanley - Stanley Support Service" <stanleysupport(at)prodigy.net> |
|
From: Wendell Webb <ww(at)cyberdude.com>
>Can anyone tell me how to display links on a page that are not
underlined.
>I see this commonly but can't find any information.
It's done with cascading style sheets (CSS), for example:
<STYLE type="text/css">
<!--
A:link { text-decoration: none; color: #FFFFCC }
A:visited { text-decoration: none; color: #FFCC99 }
A:active { text-decoration: none; color: #CCCC99 }
A:hover { text-decoration: underline; color: #FF9966 }
-->
</STYLE>
The "text-decoration: none" is what signifies the link not being
underlined.
If you need further help on style sheets, check out the Style list of
the HWG:
<http://www.hwg.org/lists/hwg-style/index.html>
--
Cindy K. Stanley
Stanley Support Service
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA