neonick5647
01-01-2007, 10:33 PM
Ok. Here's my link: http://schmob.phpnet.us/index3.php
The background color should be white, but for some reason it's black. It was white just a minute ago, but I must have changed something. index3.php is linked with stylesheet2.css.
This is stylesheet2.css:
A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#000000; }
A:active
{ text-decoration: underline; color:#000000; }
A:hover
{ text-decoration: none; color:#FFFFFF;
}
body
{ background: #FFFFFF;
font-family: verdana;
color: #000000;
font-size: 8pt;
scrollbar-face-color : #DEDEDE;
scrollbar-highlight-color : #DEDEDE;
scrollbar-3dlight-color : #DEDEDE;
scrollbar-shadow-color : #DEDEDE;
scrollbar-darkshadow-color : #DEDEDE;
scrollbar-track-color : #EBEBEB;
scrollbar-arrow-color : #000000;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
td
{ font-family: verdana;
color: #000000;
font-size: 8pt;
}
What am I doing wrong? :waves:
EDIT: it may have something to do with the php include i just added for the calendar...that page has a black background so could it be affecting the main page? If you need the code for index3.php, just ask.
The background color should be white, but for some reason it's black. It was white just a minute ago, but I must have changed something. index3.php is linked with stylesheet2.css.
This is stylesheet2.css:
A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#000000; }
A:active
{ text-decoration: underline; color:#000000; }
A:hover
{ text-decoration: none; color:#FFFFFF;
}
body
{ background: #FFFFFF;
font-family: verdana;
color: #000000;
font-size: 8pt;
scrollbar-face-color : #DEDEDE;
scrollbar-highlight-color : #DEDEDE;
scrollbar-3dlight-color : #DEDEDE;
scrollbar-shadow-color : #DEDEDE;
scrollbar-darkshadow-color : #DEDEDE;
scrollbar-track-color : #EBEBEB;
scrollbar-arrow-color : #000000;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
td
{ font-family: verdana;
color: #000000;
font-size: 8pt;
}
What am I doing wrong? :waves:
EDIT: it may have something to do with the php include i just added for the calendar...that page has a black background so could it be affecting the main page? If you need the code for index3.php, just ask.