So, das Grundlayout hab ich mal:
Und jetzt halt noch mein berühmtes Menü rein und Bilder und Text.
Ist das soweit schonmal ok, oder siehst Du da noch unnötige Sachen oder Fehler?
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Document</title>
</head>
<style type="text/css">
table { border: 0; vertical-align:middle;}
td { border: 0 }
html, body {
height:100%;
margin: 0;
padding:0;
}
#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
height:650px;
width:955px;
clear:left;
}
#distance {
width: 1px;
height:50%;
margin-bottom:-325px; /* half of container's height */
float:left;
}
.text1 {
color: #33FFCC}
.text2 {
color: #000099}
</style>
<body bgcolor="#1e4568">
<div id="distance"></div>
<div id="container">
<table border="0" cellpadding="0" cellspacing="0" width="955" align="center">
<tbody>
<td rowspan="2" width="135px" background="images/menuleiste.gif"><div class="text1">Content for class "text1" Goes Here</div></td>
<td><img src="images/headleiste.jpg"></td>
</tr>
<tr>
<td background="images/background.jpg" width="820px" height="580px"><div class="text2">Content for class "text1" Goes Here</div></td>
</tr>
</table>
</div>
</body></html>
Und jetzt halt noch mein berühmtes Menü rein und Bilder und Text.
Ist das soweit schonmal ok, oder siehst Du da noch unnötige Sachen oder Fehler?