I have an asp.net web app i'm working on. I would like to use a sytle sheet with this project.
In the style sheet that is created with the asp.net project (styles.css) there is a BODY tag.
Within the BODY tag is:[tt]
{
font-size: .58em;
font-family: Verdana;
background-color: white;
}[/tt]
When I load the page on my computer I The background is white, the font is Verdana, but I cannot get the font size to change. If I type in 2em or .5em the font stays the same size.
I can't figure out what's wrong. any ideas?
Jason Meckley
Database Analyst
WITF
In the style sheet that is created with the asp.net project (styles.css) there is a BODY tag.
Within the BODY tag is:[tt]
{
font-size: .58em;
font-family: Verdana;
background-color: white;
}[/tt]
When I load the page on my computer I The background is white, the font is Verdana, but I cannot get the font size to change. If I type in 2em or .5em the font stays the same size.
I can't figure out what's wrong. any ideas?
Jason Meckley
Database Analyst
WITF