What if I don't want a link to change color when you click it?

Discussion in 'HTML & Website Design' started by Mecal, Dec 14, 2008.

  1. #1
    Can I just keep the color normal? Or change it to something else?

    I was trying to look this up online, but I'm not sure what you'd call the post-click hyperlink color, lol.

    thanks :)
     
    Mecal, Dec 14, 2008 IP
  2. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    You may declare the a:link and a:visited as the same color in your CSS
     
    mds, Dec 14, 2008 IP
  3. alber859

    alber859 Active Member

    Messages:
    566
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Yeah, this would be the easiest way to do it. ;)
     
    alber859, Dec 14, 2008 IP
  4. Mecal

    Mecal Peon

    Messages:
    274
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hmm.
    I'm using NVU as my editor, and I'm not sure how to go into CSS view. :-\
     
    Mecal, Dec 14, 2008 IP
  5. innovati

    innovati Peon

    Messages:
    948
    Likes Received:
    63
    Best Answers:
    1
    Trophy Points:
    0
    #5
    Nvu is abandoned. Kompozer (from kompozer.net) is the current release in that branch.

    There is no CSS view, a CSS stylesheet is a separate text document that works in conjunction with any HTML sheets that link to it. This way changing one file can change the layout and style of hundreds of pages of HTML without even opening the HTML files.

    if you don't already understand CSS and why it is necessary, check out the w3schools, which is the best online tutorial site for learning the web.
     
    innovati, Dec 14, 2008 IP
  6. Mecal

    Mecal Peon

    Messages:
    274
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    alright thanks.
    I'll download the updated version, and check that site out :)
     
    Mecal, Dec 14, 2008 IP