No error or warning found
To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
Valid CSS informations
- a:link {
- background : url(wallpaper1.jpg) repeat;
- color : #0033ff;
}
- a:visited {
- background : url(wallpaper1.jpg) repeat;
- color : #770077;
}
- a:active {
- background : url(wallpaper1.jpg) repeat;
- color : #cc66dd;
}
- a:hover {
- background : #77ccff;
- color : #cc66dd;
}
- body {
- margin-top : 10%;
- margin-bottom : 10%;
- margin-left : 10%;
- margin-right : 13%;
- background : url(wallpaper1.jpg) repeat;
- text-align : center;
- line-height : 200%;
}
- p {
- font-family : "Times New Roman", Times, serif;
- background : url(wallpaper1.jpg) repeat;
- color : #000000;
}
- img.a {
- border-style : double;
- border-color : #33aaff;
}
- img.b {
- border-style : none;
- height : 31px;
- width : 88px;
- margin-top : 20%;
}

www-validator-css
Last Updated : den 23 augusti 2003 kl 20:39 IRDT