PDA

View Full Version : Remove underline from links ?


dotJoel
03-18-2007, 01:13 AM
Hi All,

Having a bit of an issue trying to remove the underline from some links.

See here: http://webdev.extremekites.com.au/forum/forumdisplay.php?f=21

The text in black has the white underline, I would like to completly remove the underline from the Black Text. I tried the following:

%custom: %title<br /><span class="eventfont">%datetime</span>

.eventfont
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
color: #000000;
}
.eventfont a { text-decoration: none; color: #000000;}


However it did not remove the underline.

Any help in sorting this out would be appreciated as I can't seem to get it to do as I would like it too.

Regards,

Joel

bitdefuser
03-18-2007, 01:54 PM
Go to adminCP.

Styles>Main CSS.
The first one. (Body)
Normal Links CSS, Visited Links CSS

Replace "underline" in "Text Decoration" to "none"

You can do the same to "Hover Links CSS" but, it's not recommended.

dotJoel
03-18-2007, 08:15 PM
Thanks mate, but i'm trying to only remove the underline from the second line, not the whole forum.

Regards,

Joel

Aken
03-19-2007, 12:12 AM
Close the link before starting your eventfont span, then open it back up again inside the span. It's carrying on the original CSS because it was never closed.

bitdefuser
03-19-2007, 08:30 PM
He got it to work.

dotJoel
03-20-2007, 12:33 AM
Hi Guys,

I played around last night and got it too work. Thanks for the help.

Regards,

Joel

djrahul
11-30-2007, 03:30 PM
Hi Guys,

I played around last night and got it too work. Thanks for the help.

Regards,

Joel

how did u do that??
i want remove underline for only particular threads