Re: Link format question
by "Cindy Stanley" <stanleysupport(at)prodigy.net>
|
| Date: |
Fri, 1 Oct 1999 14:25:44 -0400 |
| To: |
<hwg-basics(at)mail.hwg.org> |
| |
todo: View
Thread,
Original
|
|
From: rbrosey <rbrosey(at)earthlink.net>
>I am doing a page and I don't want text links to be underlined... what
is
>the tag that I need to set in order to get rid of the underline.
This would be done using CSS (style sheets). The tag, which goes in your
<head> would be as follows:
<STYLE type="text/css">
<!--
A:link { text-decoration: none; color: #?????? }
-->
</STYLE>
--
Cindy K. Stanley
HTML: hwg-basics 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.