HELP! am a newbie .
look at this code.
h1 { font-family:Georgia, "Times New Roman", Times, serif;
font-size : 15px;
color : #666666;
background-color : #ffffff ;
}
body { background-color : #ffffcc ;
color : #ff0000;
margin-left:250px;
margin-right:250px;
line-height: 180%
}
my problem is , i want the background-color : #ffffff for h1 to span the width 100% of browser , instead of 250,250 px margin. Currently that's not the case. what should i do?
2006-10-14
07:19:56
·
4 answers
·
asked by
psychic being
2