- From: gs.salord <gs.salord@laposte.net>
- Date: Sun, 17 Feb 2008 13:16:52 +0100
- To: www-validator-css@w3.org
- Message-ID: <47B825B4.1000807@laposte.net>
Hi!
Here is my style sheet, included in my XHTML code:
<style type="text/css">
body {
background-image: url("fond.png");
}
#t1 {
background-color: #e12327;
width: 90%;
height: 190%;
position: absolute;
top: 35px;
left: 50px;
border: ridge;
}
#t2 {
background-color: #15d014;
width: 80%;
height: 170%;
position: absolute;
top: 5em;
left:6em;
border: ridge;
}
#t3 {
background-color: blue;
width: 74%;
height: 160%;
position: absolute;
top: 7em;
left:8em;
border: ridge;
}
#t4 {
padding-top: 4em;
}
p {
padding-top: 3em;
padding-left: 5em;
text-align: center;
font-family: Arial;
color: white;
font-size: 20px;
}
</style>
and here is the Validator comment:
URI : file://localhost/TextArea
1
Lexical error at line 1, column 2. Encountered: "s" (115), after : "<"
What does it mean ?
Thank you very much.
Gérard
Received on Sunday, 17 February 2008 17:18:38 UTC