<h3>New WordPress
Theme URI: http://zjapske.no-ip.org/wordpress/
Description: Something new
Version: 1.0
Author: Harmen Stoppels
Tags: beautiful colors, fixed width
This layout may not be used without the written permission of Harmen Stoppels!
*/
* {
padding: 0;
margin: 0;
}
body {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12px;
[...More CSS...]
input#submit {
} 1.0
Author: Harmen Stoppels
Tags: beautiful colors, fixed width
This layout may not be used without the written permission of Harmen Stoppels!
*/
* {
padding: 0;
margin: 0;
}
body {
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 12px;
[...More CSS...]
input#submit {
}</p>
Well, it starts with a h3 wich isn't closed. Then the whole sheet is displayed again and closes a p tag, wich isn't opened...