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
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