Reeebeckah
07-26-2005, 08:46 AM
I love the way this css code looks the only problem is that the page doesn't seem to follow the command of a 10pt font, it stays in 12 pt and it doesn't match well with the site, what is clashing in my code making the text of the page stay 12 pt even when the css is 10pt?
Code:
<style type="text/css" media="screen">{ }
BODY
{
color:#808080;
font-size: 10pt;
font-family: arial;
background-color: transparent;
background-image: ;
cursor:normal;
line-height: 10px}-->
<--{ }
BODY
A:link{color:#000000;text-decoration:none; font-weight:bold;cursor:crosshair;}
A:visited{color:gray;text-decoration:none;font-weight:bold;cursor:crosshair;}}
A:active{color:#c0c0c0;text-decoration:line-through}
A:hover{color:#ffffff; text-decoration:none; cursor:crosshair; background-color:#000000;}
}
-->
BODY{
scrollbar-base-color:white;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-arrow-color:black;
scrollbar-track-color:white;
}
</style>
Any help would be appreciated!
-Rebeckah
Code:
<style type="text/css" media="screen">{ }
BODY
{
color:#808080;
font-size: 10pt;
font-family: arial;
background-color: transparent;
background-image: ;
cursor:normal;
line-height: 10px}-->
<--{ }
BODY
A:link{color:#000000;text-decoration:none; font-weight:bold;cursor:crosshair;}
A:visited{color:gray;text-decoration:none;font-weight:bold;cursor:crosshair;}}
A:active{color:#c0c0c0;text-decoration:line-through}
A:hover{color:#ffffff; text-decoration:none; cursor:crosshair; background-color:#000000;}
}
-->
BODY{
scrollbar-base-color:white;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-arrow-color:black;
scrollbar-track-color:white;
}
</style>
Any help would be appreciated!
-Rebeckah