kayjenne
05-14-2003, 10:00 PM
The problem is: I know i'm putting the right color codes but the tagboard keeps coming out white. It must be something with the css code. Is there anything wrong with it?
<style type="text/css">
<!--
a:link {color:#000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: line-through;}
-->
</style>
<STYLE type="text/css">
<!--
input,textarea{
color:black;
font-size:8PT;
font-family: verdana;
background:176E8A;
border:1PT SOLID #000000;
border-top-color: #000000;
border-left-color:#000000;
border-bottom-color: #000000;
border-right-color: #000000;
}
-->
</STYLE>
<style text="text/css">
<!--
body,tr,td {
font-size: 8pt;
font-family:verdana;
text-align:justify;
color:#176E8A;
background-attachment:fixed;
scrollbar-arrow-color: #468686;
scrollbar-track-color: #000000;
scrollbar-face-color: #37C4F1;
scrollbar-highlight-color: #37C4F1;
scrollbar-3dlight-color: #37C4F1;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #37C4F1;
}
-->
</style>
<style type="text/css">
<!--
a:link {color:#000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: line-through;}
-->
</style>
<STYLE type="text/css">
<!--
input,textarea{
color:black;
font-size:8PT;
font-family: verdana;
background:176E8A;
border:1PT SOLID #000000;
border-top-color: #000000;
border-left-color:#000000;
border-bottom-color: #000000;
border-right-color: #000000;
}
-->
</STYLE>
<style text="text/css">
<!--
body,tr,td {
font-size: 8pt;
font-family:verdana;
text-align:justify;
color:#176E8A;
background-attachment:fixed;
scrollbar-arrow-color: #468686;
scrollbar-track-color: #000000;
scrollbar-face-color: #37C4F1;
scrollbar-highlight-color: #37C4F1;
scrollbar-3dlight-color: #37C4F1;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #37C4F1;
}
-->
</style>