i cant remove the underline 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.
3 posters

    i cant remove the underline

    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    i cant remove the underline Empty i cant remove the underline

    Post by JAN2XONLINE September 10th 2010, 3:54 am

    i cant remove the underline Aw10

    it has a link but when i look the one here in the forumotion, it doesnt have a underline even it has a link inside the word

    please help me
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    i cant remove the underline Empty Re: i cant remove the underline

    Post by RoNo September 10th 2010, 8:11 am

    Add this to your Css
    Code:
    a.forumtitle {
       text-decoration: none;
       }

    a.forumtitle:hover {
       text-decoration: none;
       }
    ACP »Display »Pictures and Colors »Colors »CSS Stylesheet


    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    i cant remove the underline Empty Re: i cant remove the underline

    Post by JAN2XONLINE September 10th 2010, 3:02 pm

    not working sir
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    i cant remove the underline Empty Re: i cant remove the underline

    Post by RoNo September 10th 2010, 8:43 pm

    Use this for phpbb2
    Code:
    a.forumlink {
       text-decoration:none;
       }
    a.cattitle {
       text-decoration:none;
       }
    a:link, a:active, a:visited {
       text-decoration:none;
       }

    avatar
    Guest
    Guest


    i cant remove the underline Empty Re: i cant remove the underline

    Post by Guest September 10th 2010, 9:53 pm

    if not works, just add " !important; " tag after none Smile
    JAN2XONLINE
    JAN2XONLINE
    Forumember


    Male Posts : 943
    Reputation : 32
    Language : Tagalog, English
    Location : Alberta, Canada

    i cant remove the underline Empty Re: i cant remove the underline

    Post by JAN2XONLINE September 10th 2010, 10:44 pm

    ok thanks, it didn't work but it is ok with me now, thanks for ur answers guys
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    i cant remove the underline Empty Re: i cant remove the underline

    Post by Sanket September 11th 2010, 9:01 pm

    Locked