Okay, tut mir leid... du hast recht so darf es nich sein Cheatah...
Hier also nochmal der vollständige Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>LogIn</title>
<style type="text/css">
html, body {
margin:0px;
padding:0px;
background-color:#FFDD99;
}
.container {
width: 100%;
height: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
min-width: 914px;
min-height: 592px;
position: absolute;
display: block;
background-color: yellow;
}
.middle {
height: 288px;
width: 288px;
top: 50%;
left: 50%;
margin-left: -146px;
margin-top: -165px;
position: absolute;
padding-top: 40px;
background-color:green;
}
</style>
</head>
<body>
<div class="container">
<div class="middle">
<span class="text" style="font-weight: bold;">Sie sind noch kein Mitglied?</span><br><span class="text">Dann können Sie sich <a href="index.php?function=register">Hier</a> registrieren!</span>
</form>
</div>
</div>
</body>
</html>
Ich hab schon rumprobiert an padding liegts nicht :-(