Deep-Geek
12-27-2004, 05:30 PM
Hi I've made a Style sheet:
<!--BODY {
color:#000000;
font-size:6pt;
font-family:verdana;
font-weight:normal;
background-color: F8F4D6;
}-->
textarea, input { font-family: Verdana; font-size: 6pt; color:black; background-color:F8F4D6; border:1px dashed black; cursor:default; }
<!--
BODY{scrollbar-face-color: FEFDF6; scrollbar-shadow-color: #FED7C2;
scrollbar-highlight-color: FED7C2; scrollbar-3dlight-color: FED7C2;
scrollbar-darkshadow-color: FED7C2; scrollbar-track-color: #F8F4D6;
scrollbar-arrow-color:F7EEB1}
} -->
<!--
A{color:#F8F4D6;text-decoration:none;cursor:crosshair;}
A:link{color:#000000; text-decoration:none}
A:visited{color:#000000;text-decoration:none;font-weight:none}
A:hover{color:#F8F4D6;text-decoration:none;background-color:FCD5B6;}
-->
<!--ul
{
list-style-image: url(http://www.freewebs.com/deep-geek/lady_small.gif);
margin-top: 0;
} -->
<!-- input { color: #000000; background: F8F4D6; font-size: 6px; font-weight: normal; text-decoration: none; font-family: Verdana; text-align: left; border-width: 1px; border-style: dashed; border-color:#000000; } -->
But when I put it on my page everything worked except the font is different take a look:
Here (http://www.freewebs.com/deep-geek/thesite/jenny.html)
Please help:)
<!--BODY {
color:#000000;
font-size:6pt;
font-family:verdana;
font-weight:normal;
background-color: F8F4D6;
}-->
textarea, input { font-family: Verdana; font-size: 6pt; color:black; background-color:F8F4D6; border:1px dashed black; cursor:default; }
<!--
BODY{scrollbar-face-color: FEFDF6; scrollbar-shadow-color: #FED7C2;
scrollbar-highlight-color: FED7C2; scrollbar-3dlight-color: FED7C2;
scrollbar-darkshadow-color: FED7C2; scrollbar-track-color: #F8F4D6;
scrollbar-arrow-color:F7EEB1}
} -->
<!--
A{color:#F8F4D6;text-decoration:none;cursor:crosshair;}
A:link{color:#000000; text-decoration:none}
A:visited{color:#000000;text-decoration:none;font-weight:none}
A:hover{color:#F8F4D6;text-decoration:none;background-color:FCD5B6;}
-->
<!--ul
{
list-style-image: url(http://www.freewebs.com/deep-geek/lady_small.gif);
margin-top: 0;
} -->
<!-- input { color: #000000; background: F8F4D6; font-size: 6px; font-weight: normal; text-decoration: none; font-family: Verdana; text-align: left; border-width: 1px; border-style: dashed; border-color:#000000; } -->
But when I put it on my page everything worked except the font is different take a look:
Here (http://www.freewebs.com/deep-geek/thesite/jenny.html)
Please help:)