UtopiaSoftware Forums

Full Version: How to take off Link Underlines?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Specifically the link underlines in the headlines, They overlap my other headlines. Id prefer to just take them off but cant find out where or how.

This is from the show only headlines php.

heres my site right now it only shows one headline at top right (depending on when your viewing this) but when i did tests and had 5 the blue lines for link underlining where definitly overlapping the following headline.

I dont want to change the text size as its perfect for the spot its displayed in. Thanks


Heres the site: http://www.demiseuo.com/tboa/
Hi,

Go to the template editor and edit template headlines_displaybit to this:

<a href="{$siteurl}#unpnews{$newsid}"><font size="1" color="{$newstextcolor}" face="verdana,arial,helvetica" style="text-decoration: none;">{$subject}</a> - {$date}</font><br />

Or add style="text-decoration: none;" where appropriate.
Reference URL's