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
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; }
not working bro. I think i have to edit some my style templates. can anyone suggest me which one in vbulletin?