1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Help - Can't visually distinguish linked text from normal text

Discussion in 'Web Development' started by ascend6, Oct 3, 2007.

  1. ascend6

    ascend6 New Member

    I am using a .CSS styles sheet and can't see where they are defining the linked text. When it shows up in my normal text, it looks exactly the same as my normal text until someone rolls over it with a mouse then it pops up like normal. What should I be looking for in the .CSS files to change it to a different color or underline?
     
  2. elegos

    elegos New Member

    try to search for these CSS sections:

    A:link { ...
    A:hover { ...
    A:visited { ...