Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Set CSS link to text-decoration: none; – BUT there is STILL an underline! HELP

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34612
    cre8tvnrg
    Member

    Hi – I am creating a site in Dreamweaver, I use CSS all the time in DW and style links all the time! This one is NOT listening to my code….please help – Maybe I just can’t see it. I need a notehr set of eyes!! THANKS! :)

    Set CSS link to text-decoration: none; – BUT there is STILL an underline! HELP – here’s my code:

    .sacrednav {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    }

    Thanks in advance for any help! I have a deadline tomorrow 10/3!!

    #88376
    chrisburton
    Participant
    .sacrednav a {text-decoration: none;}
    #88377
    cre8tvnrg
    Member

    Thx…confirming add it in addition to the above? If so, does order matter?

    #88378
    chrisburton
    Participant
    .sacrednav a {
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.