PDA

View Full Version : actinic.css not working properly?


Landgreen
05-May-2003, 07:09 AM
Hi folks.

My links aren't underlined the way they should be - according to the style sheet... the parameter:
text-decoration: underline;
should do the trick - right? or am i missing something here..

any guidance highly appreciated :)

Landgreen
05-May-2003, 02:09 PM
anyone?

Mike Hughes
06-May-2003, 08:58 AM
That should work.

The css file is independent of actinic so if isn't working there are probably only three things that can be wrong:

1) The correct css file isn't being used (it may be misreferenced or not updated).

2) The css code is wrong. Can't really say without seeing it.

3) The link may not be using the right class (if you've defined classes).

Mike

cdicken
07-May-2003, 08:27 AM
One thing I've noticed is that if you have a link highlighted (i.e. active) then it will not underline when you move your mouse over the link.

Also check whether you have any other <span> tags within the <a href> tags in your templates.