Erstmal zu deinem css (deine eigentlich Frage werde ich mir gleich ansehen…):
du hast diese Eigenschaften überall stehen:
color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-decoration: none;
Es würde jedoch genügen sie nur einmal beim body zu notieren. Also:
body {
color: #FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-decoration: none;
}
Probier statt
[code]
Hallo
Hallo