Hier mla mein Code:
HTML-Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
html {
height: 100%;
}
body {
margin: 0px;
padding: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
text-align: center;
background-color: #000000;
height: 100%;
}
div.layout {
width: 780px;
height: 100%;
margin: 0px auto;
text-align: left;
padding: 0px;
border-right: thin solid #FFFFFF;
border-left: thin solid #FFFFFF;
background-color: #FFFFFF;
}
-->
</style>
</head>
<body>
<div class="layout"><p>asdasdasdasdasd</p></div>
</body>
</html>
Ne idee?