View Full Version : Text issues


mcg1sean
05-18-2005, 01:27 AM
my text wont change size or font. What do I do? heres the code:


#header {
margin: 0px;
padding: 0px;
height: 100px;
{font-family: arial;
font-size: x-large}
background-color:#003399;

Monkey Bizzle
05-18-2005, 02:13 AM
it should be:

#header
{margin: 0;
padding: 0;
height: 100px;
font-family: Arial;
font-size: x-large;
background-color: #003399;}