PDA

View Full Version : How to remove undelines?


Skele
08-15-2010, 04:54 PM
Hi everyone,

I am doing a new skin for my site; as shown in this image, unfortunately
there is an underline for everything, (marquee, Shout box ,sections etc). Is there any way
I could take off these underlines to have a good looking skin. If anyone could please
help me out with this will be
greatly appreciated. Thank you.



And i hav installed a slide bar...but due to some reason i removed that...after that i can't access my home page.Here is the error displayed.How to fix it?

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/public_html/forums/index.php(597) : eval()'d code on line 188

DataHero
08-15-2010, 05:54 PM
For your underline matter: go to your style manager in the administration panel and scroll down to the additional CSS field at the bottom of your Main CSS page of whichever style you're using. Insert the following and save the changes:


a { text-decoration:none; }


That should remove all underlines of every link. As for your second issue, I have no clue. Perhaps it'd be useful if you could link to the modification. You might also want to globally disable the plug-ins to check whether it's actually due to the modification you mentioned.

Hell Bomb
08-15-2010, 09:09 PM
For your underline matter: go to your style manager in the administration panel and scroll down to the additional CSS field at the bottom of your Main CSS page of whichever style you're using. Insert the following and save the changes:


a { text-decoration:none; }


That should remove all underlines of every link. As for your second issue, I have no clue. Perhaps it'd be useful if you could link to the modification. You might also want to globally disable the plug-ins to check whether it's actually due to the modification you mentioned.

idk if that is the best method. You can go into style manager>all style options> then in each category their is 3 boxes for link decoration. Just change them to "none"

DataHero
08-15-2010, 10:44 PM
Well, assuming that Skele wants to remove all underlines - or at least, that's my impression - it would be best to just set a general, overall CSS rule. Unless of course, he wants to do it for specific areas, which would mean that your method would be recommended.

Skele
08-16-2010, 01:22 AM
Thanks DataHero & hellbomb for the Quick reply,i have added none to all the link decoration boxes & now its working fine :up: