PDA

View Full Version : A Simple HTML/CSS Question


friedo
06-14-2001, 07:34 PM
I know there's a nifty trick to use CSS to make it so links do not have underlines (you can make them bold instead, or just a different color, for example.)

But I forgot.

Please remind me, oh wise weavers of the web.

:)

GuanoLad
06-14-2001, 07:56 PM
A:link, A:visited, A:active { text-decoration: none }

I keep forgetting this one too.

friedo
06-14-2001, 08:24 PM
Word! Thanks dude.

black rabbit
06-15-2001, 12:34 AM
Somebody on this very board once recommended Top Style (http://bradsoft.com/topstyle/index.asp) to me, and now, grasshopper, I recommend it to you.