How to keep a webpage in the centre???

Associate
Joined
28 Dec 2002
Posts
2,400
Location
Northern Ireland
As title really guys, i checked my website on a different computer today and the whole thing was in the top left hand corner.

How do i keep it in the middle no matter who looks at it or the resolution of there screen
 
cheers guys,
another quick on, where it says margin in the above code, is that how i get a margin round the whole page?

if not how do i do this?
 
If this is my code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Home</title>
</head>
<body>
Hello this is a test
</body>
</html>

Where do i place this:

Boov said:
Code:
<body>
<div id="Site">
 
* ALL CONTENT *

</div>
</body>

and then

Code:
#Site {width:780px;margin:0 auto}

you can of course change the width from 780px, but you always need to define a width with this method.

ace
 
Back
Top Bottom