//\\//eji
02-28-2004, 03:43 AM
I change the CSS font size tag and the text remains the same size...the defaut size. Here is my code:
*<style type="text/css">
A:link
{ text-decoration: none; color:#ffff00; }
A:visited
{ text-decoration: none; color:#ffff00; }
A:active
{ text-decoration: none; color:#ffff00; }
A:hover
{ text-decoration: none; color:#ffff00; }
body
{ background: #ff6600;
font-family: 36pt times new roman;
color: #ffff00;
font-weight: bold;
font-size: xx-large;
}
</style>*
I'm new to CSS so what am I doing wrong?
P.S. Everything else works.
*<style type="text/css">
A:link
{ text-decoration: none; color:#ffff00; }
A:visited
{ text-decoration: none; color:#ffff00; }
A:active
{ text-decoration: none; color:#ffff00; }
A:hover
{ text-decoration: none; color:#ffff00; }
body
{ background: #ff6600;
font-family: 36pt times new roman;
color: #ffff00;
font-weight: bold;
font-size: xx-large;
}
</style>*
I'm new to CSS so what am I doing wrong?
P.S. Everything else works.