Forum Moderators: open
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Vertically and horizontally centred</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body, html {
height:100%;
margin:0;
padding:0;
}
#main {
width:400px;
height:400px;
position:relative;
margin-left:-200px;
left:50%;
margin-top:-200px;
top:50%;
border:1px solid red;
}
</style>
</head>
<body>
<div id="main">
Content goes here
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Vertically and horizontally centred</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
margin:0;
}
#center {
position:absolute;
top:5px; /* for IE-mac */
left:0;
}
/* Hide from IE-mac \*/
#center {
top:50%;
width:100%;
margin-top:-200px;
text-align:center;
min-width:400px;
}
/* End hide from IE-mac */
#main {
width:400px;
height:400px;
margin:0 auto;
text-align:left;
border:1px solid red;
}
</style>
</head>
<body>
<div id="center">
<div id="main">
Content goes here
</div>
</div>
</body>
</html>
index.html
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
<html>
<head>
<title>errrR!1</title>
</head>
<!-- Here you can adjust the height by changeing 480 to something else //-->
<frameset rows="*,480,*" border="0" frameborder="no">
<frame src="blank.html" noresize scrolling="no">
<!-- And you can change the width by changein 760 to something else //-->
<frameset cols="*,760,*" border="0" frameborder="no">
<frame src="blank.html" noresize scrolling="no">
<!-- Here goes your site //-->
<frame src="yourpage.html" name="main" noresize>
<frame src="blank.html" noresize scrolling="no">
</frameset>
<frame src="blank.html" noresize scrolling="no">
</frameset>
</html>
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
.
.
.
blank.html
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦
<html>
<head>
<title></title>
</head>
<body bgcolor="#202020">
</body>
</html>
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦