View Single Post
Old 06-27-2004, 03:48 PM   #7 (permalink)
Jazzee
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
I would like to point out that you don't need to make link classes for every regular class you are using.

If you add your link styles one time in the stylesheet, they will be applied to all links.

Then if you have links that you want to do special stuff to, give those a class. But don't give all links a class.

Just put this once in your stylesheet:

[code:1:9a44e260ec]a {text-decoration: none; color: #color;}
a:hover {text-decoration: underline;} [/code:1:9a44e260ec]
Jazzee is offline   Reply With Quote