# A Simple HTML/CSS Question

**URL:** https://boards.straightdope.com/t/a-simple-html-css-question/68868
**Category:** Factual Questions
**Created:** [June 15, 2001, 12:34am UTC](https://boards.straightdope.com/t/a-simple-html-css-question/68868 "2001-06-15T00:34:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![friedo](https://avatars.discourse-cdn.com/v4/letter/f/8edcca/32.png) [@friedo](https://boards.straightdope.com/u/friedo)
#### Post date: [June 15, 2001, 12:34am UTC](https://boards.straightdope.com/t/a-simple-html-css-question/68868/1 "2001-06-15T00:34:16Z")

</div>

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.

🙂

---

<div class="post-metadata">

### Author: ![GuanoLad](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guanolad/32/42_2.png) [@GuanoLad](https://boards.straightdope.com/u/GuanoLad)
#### Post date: [June 15, 2001, 12:56am UTC](https://boards.straightdope.com/t/a-simple-html-css-question/68868/2 "2001-06-15T00:56:30Z")

</div>

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

I keep forgetting this one too.

---

<div class="post-metadata">

### Author: ![friedo](https://avatars.discourse-cdn.com/v4/letter/f/8edcca/32.png) [@friedo](https://boards.straightdope.com/u/friedo)
#### Post date: [June 15, 2001, 1:24am UTC](https://boards.straightdope.com/t/a-simple-html-css-question/68868/3 "2001-06-15T01:24:48Z")

</div>

Word! Thanks dude.

---

<div class="post-metadata">

### Author: ![black\_rabbit](https://avatars.discourse-cdn.com/v4/letter/b/f19dbf/32.png) [@black\_rabbit](https://boards.straightdope.com/u/black_rabbit)
#### Post date: [June 15, 2001, 5:34am UTC](https://boards.straightdope.com/t/a-simple-html-css-question/68868/4 "2001-06-15T05:34:41Z")

</div>

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.
