Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormjwood
    • CommentTimeAug 6th 2008
     

    Hyper links when using solstice_4 don't appear correctly ( not blue/underlined). Where do I edit link characteristics?

    Jeff

    See nccschool.org (Announcements, NCC's Guidance, support) all are links.

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 6th 2008
     

    I'll need to know what browser you are using to test this behavior.

    • CommentAuthormjwood
    • CommentTimeAug 6th 2008
     

    Same behaviour in both IE7 and FF3.

    Jeff

    •  
      CommentAuthorptrkmkl
    • CommentTimeAug 6th 2008 edited
     

    They appear blue to me. The no-underline is intentional. I believe I designed the theme that way.

    Nevertheless, the hyperlinks are coded in the CSS (styles_solstice_04.css):

    a:link, a:visited { color: #2e4c6b; border-color: #2e4c6b; }

    To add underlines:

    a:link, a:visited { color: #2e4c6b; border-color: #2e4c6b; text-decoration:underline; }
    • CommentAuthormjwood
    • CommentTimeAug 6th 2008
     

    Tnx,

    Must be my eyes as the blue doesn't really standout (even after a cache clearing). I'll adjust the colour according to the info you provided.

    Jeff