html,body {margin:0px;padding:0px;height:100%;}
h1 {margin:0px;}
#h1 {
font: 12pt verdana,sans-serif;
color: #9DD2FF;
background-color: #FFFFFF;
position:absolute;
left: 20%;
top: 50%;
width: 20%;
height: 20%;
border: thin solid #FFBF14;
}
og:
<!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"><link rel="stylesheet" href="stylesheet.css" type="text/css"><title>Ingen titel</title>
</head>
<body>
<div>
<h1 id="h1">Hej med dig</h1>
</div>
<p></p>
</body>
</html>
( måske også en p {margin:0px;} i css - f.eks.
sammen med h1'eren: h1,p {margin:0px;} )
... Husk en doctype foran html så IE overholder css - og en ordentlig charset
og husk: <link rel="stylesheet" href="stylesheet.css" type="text/css" /> ved xhtml
<link rel="stylesheet" href="stylesheet.css" type="text/css"> ved html