Removing hyperlink urderlines in vBulletin

Discussion in 'vBulletin' started by nasiransari, Sep 12, 2009.

  1. #1
    Hello guys im much more depressed. Last night i installed my vb forum and chosen a skin other than default one. Now problem is this underlines on every hyperlink im fed up now. Tried global replacement variables too in style alas!
    Tried the main css to edit the text decoration to none but problem is this my server is not allowing me to do that Suhosin / Hardened PHP being installed on my server that are preventing me to do that. So, plzzzzzzzzz help me how to solve this problem. Thanks
     
    nasiransari, Sep 12, 2009 IP
  2. squeenix

    squeenix Peon

    Messages:
    57
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    put in whatever css files you are using
    a{
    text-decoration:none;
    }
    a:link{
    text-decoration:none;
    }
    a:visited{
    text-decoration:none;
    }
    a:hover{
    text-decoration:none;
    }
    a:active{
    text-decoration:none;
    }
     
    squeenix, Sep 12, 2009 IP
  3. nasiransari

    nasiransari Peon

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    not working bro. I think i have to edit some my style templates. can anyone suggest me which one in vbulletin?
     
    nasiransari, Sep 12, 2009 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    The one for the style you are using.
     
    digitalpoint, Sep 12, 2009 IP
  5. nasiransari

    nasiransari Peon

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thanks bro for the right section. i just forgot there is a vbulletin forum too lols.
     
    nasiransari, Sep 12, 2009 IP
  6. nasiransari

    nasiransari Peon

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Anyone plsssssssss??????? i want help.
     
    nasiransari, Oct 3, 2009 IP
  7. World Class

    World Class Peon

    Messages:
    593
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If you dont have safe mode enabled you can't edit
     
    World Class, Oct 3, 2009 IP
  8. nasiransari

    nasiransari Peon

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Ya right. I've safe mode enabled. Thx for the reply.
     
    nasiransari, Oct 14, 2009 IP