View Full Version : remove underline on everything?
Mystic Gohan
08-28-2002, 12:59 AM
how can I get rid of the underline if you dont hover it??? like on www.hololith.com s project GFX somthin can you tell me how?
Link14716
08-28-2002, 01:03 AM
it's in the CSS codeing in the header include. Don't like CSS but that is how.
Mystic Gohan
08-28-2002, 01:43 AM
no it isnt or not all of it are because I already tryied there before I posted this
g-force2k2
08-28-2002, 02:34 AM
i thought it was CSS a well ;) i've seen it done before and it was by using CSS ;) regards...
g-force2k2
Erwin
08-28-2002, 02:55 AM
In between the < style> tags in your headinclude template, add this after a } tag:
A:link, A:visited, A:active {
COLOR: #000000;
TEXT-DECORATION: none;
}
A:hover {
COLOR: #ffffff;
TEXT-DECORATION: underline;
}
Mystic Gohan
08-28-2002, 08:01 PM
thanks much I will try that and get back to you.
Mystic Gohan
08-28-2002, 08:05 PM
thanks much again it worked like a charm I guess my knowledge wasnt that great :( well thanks again
Erwin
08-28-2002, 10:53 PM
You're welcome. :) Glad to be of some help.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.