Announcement

Collapse
No announcement yet.

actinic.css not working properly?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    actinic.css not working properly?

    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
    rasmus e landgreen
    Work: <a href="http://www.net4you.nu">net4you.nu</a>
    Personal: <a href="http://www.weblike.dk">weblike.dk</a>

    #2
    anyone?
    rasmus e landgreen
    Work: <a href="http://www.net4you.nu">net4you.nu</a>
    Personal: <a href="http://www.weblike.dk">weblike.dk</a>

    Comment


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

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #4
        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.

        Comment

        Working...
        X