Nur So kann ich einen Umbruch nach dem Term und der Description erzeugen.
kennst du die "float"-eigenschaft?
#inhalt dl {
width: 500px;
}
#inhalt dt {
font-weight: bold;
width: 100px;
display: inline;
float: left;
clear: left;
}
#inhalt dd {
width: 400px;
font-weight: normal;
display: inline;
float: right;
}
so hab ichs hinbekommen.
MfG