Helpful Information
 
 
Category: CSS
vlink in a style sheet

Hi,

I'm very new to style sheets, but have one on my intranet site that contains the css for the Anylink DropDown Menu.

As my site is for internal use within my company, I wanted to change the colour of visited links to the same colour as active ones.

I know I can just put
vlink="blue" in the body tag, but I would rather not have to spend all the time doing it to each page.

How would I add this to my existing style sheet, as that is linked to every page already?

Thaks in advance,
Martyn.

a:visited{
color:blue
}

Worked a treat!

Thanks very much. :cool:

Martyn.










privacy (GDPR)