Klaus: Problem mit DOCTYPE

Beitrag lesen

Gude,

Hätteste mal gleich in die FAQ dieses Forums geschaut ...

Ich find da nix relevantes. Einen Tipp?

Das ist ganz sicher mehr als hier relevant. Und formatiere den Code doch bitte lesbar: eine Eigenschaft pro Zeile

Das ist alles was zu dieser HTML-Datei gehört. Eventl. braucht ihr ja das und deshlab so viel.

CSS:

body{
  background-color:#FFFFFF;
  color:#000000;
  margin:0;
}
h1{
  font-family:Arial;
  font-size:24px;
  color:#1F1F1F;
  text-align:center;
}
.head{
  background-color:#5B79AE;
  height:58px;
  width:200px;
  border-bottom: 1px solid #4F4F4F;
  padding-left:0px;
  vertical-align:top;
  background-image:url(../img/background2.gif);
  background-repeat:repeat-x;
}
.top{
  background-color:#5B79AE;
  height:58px;
  vertical-align:middle;
  padding-top:18px;
  border-bottom: 1px solid #4F4F4F;
  vertical-align:top;
  background-image:url(../img/background2.gif);
  background-repeat:repeat-x;
}
.navi{
  font-family:Arial;
  vertical-align:top;
  height:100%;
  background-color:#C7D6E9;
  padding-top:20px;
  font-size:16px;
  border-right: 1px solid #4F4F4F;
}
.login{
  font-family:Arial;
  padding-top:50px;
  text-align:center;
  font-size:16px;
}
.text{
  background-image:url(../img/background.gif);
  background-color:#E4EAF2;
  font-family:Arial;
  vertical-align:top;
  height:100%;
  padding-left:1%;
  padding-top:20px;
  padding-right:2%;
}
.hometable{
  border-spacing:0px;
  border-collapse:collapse;
  width:100%;
  height:100%;
  background-color:#E4EAF2;
}
.in{
  font-weight:lighter;
  padding-left:10px;
}
.ac{
  background-color:#E4EAF2;
  padding-left:10px;
  border-left:1px solid #B1ADAD;
  border-right:1px solid #B1ADAD;
  border-top:1px solid #B1ADAD;
  border-bottom:1px solid #B1ADAD;
}
.news{
  width:500px;
  background:#B5FDBF;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  border:1px solid;
  border-color:#00FF00;
  text-align:left;}
a:link{
  font-family:Arial;
  color:#000000;
  text-decoration:none;
}
a:visited{
  font-family:Arial;
  color:#000000;
  text-decoration:none;
}
a:hover{
  font-family:Arial;
  color:#000000;
  text-decoration:none;
}
a:active{
  font-family:Arial;
  color:#000000;
  text-decoration:none;
}