View Full Version : tagboard css


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>

amicus
05-14-2003, 10:12 PM
have you tried putting all the css into one 'style' tag?

kayjenne
05-14-2003, 10:16 PM
no I'll try

sebluver
05-14-2003, 10:56 PM
Um...aren't you NOT supposed to put in the # signs?

amicus
05-14-2003, 11:10 PM
those # signs are in front of the hex colors, they should be ok.

sebluver
05-14-2003, 11:16 PM
But for CSS, you're not supposed to put in the #...at least, when I did, it didn't work for me...

Cherchezlafemme
05-14-2003, 11:18 PM
sorry to say but it does work seby =( I tried it myself

starlet
05-14-2003, 11:52 PM
Maybe you are thinking of quotes, you arent meant to use the "FFFFFF" with css.