body{
background-color:black;
font-family:verdana;
}
.navi {
background-color:silver;
border:dotted;
float:left;
margin-left:15px;
margin-top:15px;
width:200px;
height:500px;
}
#textbereich {
float:right;
margin-right:100px;
margin-left:10px;
height:700px;
border:dotted;
width:500px;
margin-left:20px;
background-color:silver;
}
.navi2 {
clear:both;
background-color:silver;
margin-top:20px;
margin-left:15px;
width:200px;
height:200px;
border:dotted;
}
#copy {
clear:right;
font-family:verdana;
width:700px;
height:50px;
background-color:silver;
}
Eigentlich sollte es eine Navi
darunter noch ne navi für werbung, rechts neben den navis ein content bereich, zum artikel verfassen
und ganz unten ein copyright vermerk.
irgendwie wird das content fenster nicht rechts neben den navis angezeigt.
edit: hier der rest code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="Neu2.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
</head>
<body>
<div class="navi">
Hier entsteht die Seiten Navigation.
</div>
<div id="textbereich">
Hier ist Platz für Text
</div>
<div class="navi2">
Werbung
</div>
<div id="copy">
Copyright by
</div>
</body>
</html>