All links underlined? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    All links underlined?

    VNinjaV
    VNinjaV
    Forumember


    Male Posts : 100
    Reputation : 0
    Language : English
    Location : UK

    Solved All links underlined?

    Post by VNinjaV June 22nd 2011, 10:03 pm

    I have a theme installed on my PHPBB2 forum but lots of the links are not underlined is there some code I can copy/paste somewhere so that all links are underlined?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: All links underlined?

    Post by Nera. June 22nd 2011, 10:10 pm

    Hi,

    Try with this.

    Code:

    a:link {
        text-decoration: underline !important;
    }
    a:visited {
        text-decoration: underline !important;
    }
    a:active {
        text-decoration: underline !important;
    }
    a.forumlink:link {
        text-decoration: underline !important;
    }
    a.forumlink {
        text-decoration: underline !important;
    }
    VNinjaV
    VNinjaV
    Forumember


    Male Posts : 100
    Reputation : 0
    Language : English
    Location : UK

    Solved Re: All links underlined?

    Post by VNinjaV June 22nd 2011, 10:32 pm

    Thanks for the quick response Nera but can you please let me know where I paste this code? Thanks, Ninja
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: All links underlined?

    Post by Nera. June 22nd 2011, 10:35 pm

    Admin panel >> Display >> Colors >> CSS stylesheet
    VNinjaV
    VNinjaV
    Forumember


    Male Posts : 100
    Reputation : 0
    Language : English
    Location : UK

    Solved Re: All links underlined?

    Post by VNinjaV June 24th 2011, 10:12 pm

    You are a star Very Happy

    This worked perfectly thank you for your help
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: All links underlined?

    Post by Nera. June 24th 2011, 10:13 pm

    You welcome.

    Solved ~ Locked