Re: Links
by "Cindy Stanley - Stanley Support Service" <stanleysupport(at)prodigy.net>
|
| Date: |
Wed, 9 Feb 2000 22:54:37 -0500 |
| To: |
<hwg-techniques(at)mail.hwg.org> |
| |
todo: View
Thread,
Original
|
|
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:
</lists/hwg-style/index.html>
--
Cindy K. Stanley
Stanley Support Service
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.