Page 1 of 1

line/underline on link text

Posted: Sat Mar 10, 2007 4:50 am
by dom97
Been having a problem with my links. Only on some of the links there is a line that goes through the text instead of under the text for a link.
Is there a way to fix or a way to turn of the underlining of links? This happens with all of the templates I have. Photo below....Is there another thread somewhere I can read up on this. Thanks.

Image

Posted: Sat Mar 10, 2007 3:28 pm
by mattsches
This is most probably defined in your stylesheet. Since it happens with different templates, it may also be a plugin that inserts this CSS rule, but I doubt that after looking at your blog.

Try to remove the line

Code: Select all

.serendipity_entry_body a:visited, .serendipity_entry_extended a:visited { text-decoration: line-through; }
from the style.css file in your template directory (andreas08?).

Posted: Sun Mar 11, 2007 12:07 am
by dom97
GREAT!! Thanks, that actually worked.