Mein Stylesheet sieht folgendermaßen aus:
.navi { background-color:#FFDE77;
font-family:verdana;
font-size:11px;
height:20px;
}
.subnavi {
background-color:#FFFFFF;
font-family:verdana;
font-size:11px;
height:21px;
}
.arrnavi {
background-color:#FFDE77;
padding-left:5px;
padding-right:5px;
}
.arrsubnavi {
padding-left:18px;
padding-right:5px;
}
#active {
color:#FF9900;
}
.title, .title a {
background-color:#FF9900;
font-family:verdana;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.text, .text p, td, p {
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}
.text a, td a {
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:underline;
}
.newstitle, .newstitle a {
background-color:#FFD18C;
font-family:verdana;
font-size:11px;
color:#000000;
font-weight:bold;
height:20px;
padding-left:10px;
}
.status, .status a {
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:none;
}
.searchfield {
background-color:#FFFFFF;
border-color:#FF9900;
border-style:solid;
border-width:1px;
width:200px;
height:20px;
}
#forward {
font-family:verdana;
font-size:11px;
font-weight:bold;
color:#FF9900;
text-decoration:none;
}
hr {
style:solid;
color:#000000;
}
hr.shadow {
style:solid;
color:#CCCCCC;
height:1px;
}
Was könnte ich noch falsch gemacht haben, weil er mir immer noch gar nichts anzeigt?
P.S.: Woher weiss ich, ob ich HTMLArea oder SPAW verwende?