A Simple HTML/CSS Question

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.

:slight_smile:

A:link, A:visited, A:active { text-decoration: none }

I keep forgetting this one too.

Word! Thanks dude.

Somebody on this very board once recommended Top Style to me, and now, grasshopper, I recommend it to you.