Maxi
Neues Mitglied
Fragen, die sich um Fehlermeldungen mit dem CSS-Validator (The W3C CSS Validation Service) drehen bitte in diesem Thread hier posten (und beantworten).
Vielen Dank.
Vielen Dank.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
<!--
body {
text-align: center; margin-top:45px;
}
-->
</style>
</head>
<body>
</body>
</html>
Lexical error at line 1, column 3. Encountered: "D" (68), after : "<!"
<style type="text/css">
<!-- --> </style>
body {
text-align: center; margin-top:45px;
}
Also gehören da keine tags wie <html><head></head><body></body></html> rein? nur das? habe ich das richtig verstanden?