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.

Annoying Underlining

4 posters

Go down

Solved Annoying Underlining

Post by Syfy December 13th 2009, 8:00 pm

I'm pretty sure I'm using PHB33 and I as well find the underlining of things annoying.

The site: http://www.sexyclan.darkbb.com/

I don't mind there being an underline when I hover over links, but I don't want the underline when I'm not hovering over them. Especially down in the "Who is Online" box, that orange underline under all of the members names is annoying the hell out of me. When I hover over them I want their whole name to light up to that cyan-ish color I chose for links to high-light up to.

Thanks for reading this and try to get back to me as soon as possible.

Regards.
avatar
Syfy
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

Solved Re: Annoying Underlining

Post by Master Marc December 13th 2009, 10:19 pm

Hello,

Please navigate to your css and add this code :

ACP=>Display Tab=>Pics and Colors=>Colors=>CSS=>Add Code

Code:
a:link {
text-decoration: none;
}

If you would like to remove the link underline when you hover over your links, add this code :

Code:
a:hover {
text-decoration: none;
}

And, if you'd like to get rid of the underline for visited or active links :

Code:
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
}

Hope I helped, Hello
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: Annoying Underlining

Post by Wipper179 December 13th 2009, 10:26 pm

quite simple coding but a good effect, thanks, it helped me.
Wipper179
Wipper179
Forumember

Male Posts : 163
Reputation : 0
Language : English
Location : United Kingdom

http://animatorx.org

Back to top Go down

Solved Re: Annoying Underlining

Post by Syfy December 13th 2009, 11:01 pm

Thanks a bunch Master Marc, you really helped. :]
avatar
Syfy
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

Solved Re: Annoying Underlining

Post by kirk December 14th 2009, 6:48 am

Topic now marked and locked.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum