School Site CSS error - Black links to wheat

Discussion in 'HTML & Website Design' started by Dan Burtan, Apr 28, 2008.

  1. #1
    Hello Dp,

    I take part in helping my webmaster at school, and my teacher doesn't know the solution for this.

    http://eghs.d214.org/athletics/baseball/bbb.html


    The black parts are links, but as you can see when I hover it changes to the right color. How can I make it so the color isn't black, but the same color as the hover. I tried changing the a:link but then my quick links on top change from black to whatever color. I need the quicklinks to stay black, while the schedule and photos stay the light yellow wheat color.

    Thanks!
     
    Dan Burtan, Apr 28, 2008 IP
  2. MoT

    MoT Peon

    Messages:
    97
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try adding this to your css:

    .style1 .linkscolor a:link {
    color: #f5deb3;
    }
     
    MoT, Apr 28, 2008 IP
  3. Dan Burtan

    Dan Burtan Guest

    Messages:
    191
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ty it worked.
     
    Dan Burtan, Apr 29, 2008 IP