marco563,
naja, so einfach ist es nicht. Ich halte es außerdem für problematisch einen Screen zu zerschnippeln und nur seine Inhalte einzubauen. Das ist nicht flexibel genug und wird durch ein mehr an Inhalten gesprengt. Andersherum wird ein Schuh daraus: Code erstellen und dann nach gusto mit Grafiken ausschmücken.
Etwas corrigierter Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Layout</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px}
div#header{width: 923px;height: 139px;background: url(http://schnell.sp02.ab-webspace.de/v1/img/header.jpg) no-repeat;}
div#container{text-align:left;width: 923px;margin:0 auto;}
div#content{float:right;width:60%}
div#navigation{width : 35%;}
div#extra{clear:both;background-image : url(http://schnell.sp02.ab-webspace.de/v1/img/news.jpg);width : 100%;
height : 280px;}
div#footer{background-image: url(http://schnell.sp02.ab-webspace.de/v1/img/bottom.jpg);width : 100%; height:207px;}
div#footer p{margin:0;padding:5px 10px}
</style>
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="wrapper">
<div id="content">
[b]1) Content here.[/b] column long long column very long fill fill fill long text text column text silly very make long very fill silly make make long make text fill very long text column silly silly very column long very column filler fill long make filler long silly very long silly silly silly long filler make column filler make silly long long fill very.</p>
</div>
</div>
<div id="navigation">
[b]2) Navigation here.[/b] long long fill filler very fill column column silly filler very filler fill fill filler text fill very silly fill text filler silly silly filler fill very make fill column text column very very column fill fill very silly column silly silly fill fill long filler </p>
</div>
<div id="extra">
[b]3) More stuff here.[/b] very text make long column make filler fill make column column silly filler text silly column fill silly fill column text filler make text silly filler make filler very silly make text very very text make long filler very make column make silly column fill silly column long make silly filler column filler silly long long column fill silly column very </p>
</div>
<div id="footer">
Here it goes the footer</p></div>
</div>
</body>
</html>
Alles anzeigen
Das Layout ist auch nur eine grobe Vorgabe eines 2Spaltenlayoutes. Der header linke und rechte Spalte, sowie ein container über die ganze Breite und der footer sind gegeben. Eine Navileiste horizontal fehlt völlig und müsste noch erstellt werden. Einzelne "Abschnitte" für Themen in den Spalten müssen noch erzeugt werden. Das Layout soll auch nur als Anreiz dienen und als Einstieg um schneller ein sauberes Layout zu erzeugen.