Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • stanman123 Friend
    #142824

    My A tags are not underlined despite the fact that I’ve told them to be in the CSS… I’m obviously missing something, but can’t figure out what it is… Please help!

    My site URL is as follows:
    http://www.theweboasis.com/

    scotty Friend
    #311391

    Because you are using the blue color scheme the style is defined in there… colors/blue.css

    a:hover, a:focus {
    color:#0264B0;
    text-decoration:none;

    }

    Nice site. I’m not usually a fan of audio on sites like that but yours is good and loads almost instant. I’d leave out the very last line though. A little too much IMO.

    stanman123 Friend
    #311403

    Actually, I want the A tags to be underlined by default, and not underlined only when you mouse over them…

    hawver Friend
    #311405

    Try changing

    a:link, a:visited {
    color: #1B57B1; text-decoration: none;
    font-weight: normal;
    }

    in editor.css.

    to

    a:link, a:visited {
    color: #1B57B1; text-decoration: underline;
    font-weight: normal;
    }

    hawver Friend
    #311406

    Oh btw. changing

    a to a:link in blue.css works as well:

    a {

    color: #0264B0;
    text-decoration: underline;

    }

    to:

    a:link {

    color: #0264B0;
    text-decoration: underline;

    }

    Is event a better solution because you are using blue.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  hawver 14 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum