hmm...
ich habe bis jetzt erst folgendes in die style-css geschrieben:
ZitatAlles anzeigenbody {background-image: url("Victorian Pattern - Dark Blue.jpg");
background-color:#000}#wrapper {width: 700px; margin: auto; text-align: left; background: #fff;}
#header {height: 100px; padding: 0px; border-bottom: 1px solid #ccc;}
#sidebar {position:absolute; width: 700px; height: 30px; float: left; background-color: #434d56; padding-top:5px;
color: red;}
#main {width: 700px; padding: 20px; float: left;font-family: arial, verdana, sans-serif;}
#footer {clear: both; height: 100px; padding: 20px; }
a.white {
color:white;
margin-right:30px;
margin-left:30px;
margin-top: 5px;
text-decoration: none;
font-size: 12px;
font-family: arial, verdana, sans-serif;
font-weight:200}
a {
color:black;text-decoration: underline;
font-size: 20px;
font-family: arial, verdana, sans-serif;
font-weight:200}
Also noch keine Angaben zur Kommentarfunktion etc. Kannst du mir sagen, was ich dort hinein schreiben sollte?