Quote:
Originally Posted by Vren
My CSS Style Sheet:
<style type="text/css">
.sizeem {font-size:1em;}
.sizesmall {font-size:small;}
.sizepercentage {font-size:80%;}
</style>
|
Your style sheet contains html code that needs to be commented out:
Code:
/*<style type="text/css">
.sizeem {font-size:1em;}
.sizesmall {font-size:small;}
.sizepercentage {font-size:80%;}
</style>*/