hi thomas
versuch es mal mit folgendem code:
Code:
<html>
<head>
<title>Zentriertes Div für NS4, NS7, IE6</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
body{
text-align: center;
}
.center{
/*/*/
text-align: left;
/**/
margin-left: auto;
margin-right: auto;
border: 1px solid #FF0000;
width: 700px;
}
</style>
</head>
<body>
<div class="center">! TEST !</div>
</body>
</html>
css ist nicht von mir, sondern von
hier, aber ich hab das schon mal ausgetestet und es scheint an sich ganz brauchbar zu sein
