Quote:
Originally Posted by VIPStephan
stevenmw, it goes even less complicated:
Code:
a {text-decoration: none;}
will take care of all anchor elements, no need for the pseudo classes. Those are only needed if you use a:link.
|
I just wanted to be detailed in case john6 wanted to customize each pseudo class.