Results 1 to 3 of 3

Thread: vlink in a style sheet

  1. #1
    Join Date
    Mar 2005
    Posts
    68
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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
    HTML Code:
    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.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    a:visited{
    color:blue
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2005
    Posts
    68
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Worked a treat!

    Thanks very much.

    Martyn.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •