Click to See Complete Forum and Search --> : CSS validating my Site (Questions about Results)
Joachim_Joe
06-19-2006, 02:53 PM
* {
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
}
So what is wrong with the code above?
The Validation site reports: error reading code on this line.
Joachim_Joe
06-19-2006, 03:13 PM
/* The Basics */
* { margin-left: 0; margin-top: 0; margin-bottom: 0;}
a {color: #FF0000;}
a:visited {color: #FF8888;}
a:active {color: #AE0000;}
a:hover {color: #FF3E3E;}
It does not seem to like this.
Kravvitz
06-19-2006, 05:12 PM
Those rules look fine to me.
NogDog
06-19-2006, 06:53 PM
I copy-and-pasted both code snippets into the CSS validator and got no errors, so by themselves they are not the problem.