MRiddle
01-25-2006, 11:17 PM
Errors
URI : file://localhost/stylesheet.css
* Line: 10
Parse error - Unrecognized : }
* Line: 25 Context : a:active
Parse Error - [empty string]
Warnings
URI : file://localhost/stylesheet.css
* Line : 2 (Level : 1) You have no color with your background-color : body
* Line : 12 (Level : 1) You have no background-color with your color : a:link
* Line : 17 (Level : 1) You have no background-color with your color : a:visited
* Line : 21 (Level : 1) You have no background-color with your color : a:hover
body {
background-color: #FFFFFF;
background-image: url(wallpaper2.gif);
background-repeat: repeat-x;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; letter-spacing: 1px;}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 1px;}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; letter-spacing: 0px;}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; letter-spacing: 0px;}
}
a:link {
color: #3b1108;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #3b1108;
}
a:hover {
text-decoration: underline;
color: #3b1108;
}
a:active {
text-decoration: none;
color: #3b1108;
Any idea what the errors mean? I'm totally clueless. Thanks so much.
URI : file://localhost/stylesheet.css
* Line: 10
Parse error - Unrecognized : }
* Line: 25 Context : a:active
Parse Error - [empty string]
Warnings
URI : file://localhost/stylesheet.css
* Line : 2 (Level : 1) You have no color with your background-color : body
* Line : 12 (Level : 1) You have no background-color with your color : a:link
* Line : 17 (Level : 1) You have no background-color with your color : a:visited
* Line : 21 (Level : 1) You have no background-color with your color : a:hover
body {
background-color: #FFFFFF;
background-image: url(wallpaper2.gif);
background-repeat: repeat-x;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; letter-spacing: 1px;}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 1px;}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; letter-spacing: 0px;}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; letter-spacing: 0px;}
}
a:link {
color: #3b1108;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #3b1108;
}
a:hover {
text-decoration: underline;
color: #3b1108;
}
a:active {
text-decoration: none;
color: #3b1108;
Any idea what the errors mean? I'm totally clueless. Thanks so much.