line/underline on link text

Found a bug? Tell us!!
Post Reply
dom97
Regular
Posts: 20
Joined: Sun Feb 18, 2007 9:59 pm

line/underline on link text

Post 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
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post 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?).
dom97
Regular
Posts: 20
Joined: Sun Feb 18, 2007 9:59 pm

Post by dom97 »

GREAT!! Thanks, that actually worked.
Post Reply