Hi.
I need to use an external stylesheet with the forums for the header I have to add. I can't get this external sheet to be recognised properly. The inline snitz style keeps overriding my links and i can't get it to accept my stylesheet classes.
This is the code:
<!--<link rel="stylesheet" type="text/css" href="/library/forum_only.css">-->
<link rel="stylesheet" type="text/css" href="/library/industry_forum.css">
<style type=text/css>
<!--
a:link {color:<% =strLinkColor %>;text-decoration:<% =strLinkTextDecoration %>}
a:visited {color:<% =strVisitedLinkColor %>;text-decoration:<% =strVisitedTextDecoration %>}
a:hover {color:<% =strHoverFontColor %>;text-decoration:<% =strHoverTextDecoration %>}
input.radio {background: <% = strPopUpTableColor %>; color:#000000}
-->
</style>
I have tried two external style sheets - the forums one is commented out because it doesn't work this way either. Any help would be appreciated.
It is the links that are the problem.
I don't have a url as it is on a test machine currently.
KatsKorner