Forum Moderators: not2easy
width:800px;
height:100px;
position:absolute;
left:50%;
margin-left:-400px;
<html>
<head>
<title>test</title>
<style type="text/css">
#test
{
width: 150px;
height:200px;
margin:auto;
position:relative;
background-color:green;
}
</style>
</head>
<body>
<div id="test">
test
</div>
</body>
</html>
[blue]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">[/blue]
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title>untitled document</title>
<style type="text/css"></style>
<script type="text/javascript"></script>
</head>
<body>
<div></div>
</body>
</html>