In my style sheet I have:
body {
margin : 0;
background-color : #cfcfdb;
}
The style sheet is linked to the html sheet and works for everything else. The body is still white? The only way I have gotten the body to change is by using bgcolor in html sheet. Am I doing something wrong??
body {
margin : 0;
background-color : #cfcfdb;
}
The style sheet is linked to the html sheet and works for everything else. The body is still white? The only way I have gotten the body to change is by using bgcolor in html sheet. Am I doing something wrong??