Re: One more question

andy wrote:
> 
> OK, I don't think you can do this with style sheets, I looked and couldn't
> find it anywhere. I want to be able to take the "underline" out of text
> links on the page? Can this be done with Style Sheets, or other ways???

Yes,  the :link, :active and :visited pseudoclasses will work for
that purpose.  Something like:

:link, :active, :visited { text-decoration: normal !important }

should override the browser's defaults.

Doug

-- 
Doug Rand				drand@sgi.com
Silicon Graphics/SSO			http://reality.sgi.com/drand
Disclaimer: These are my views,  SGI's views are in 3D

Received on Friday, 6 March 1998 16:27:32 UTC