Once again i have a simple question i am sure.
I am trying to center a page using CSS and not having much luck in IE. The following code works with Netscape and Mozzila. Any suggestions would be greatly appreciated!!
<html>
<head>
<STYLE TYPE='text/css'>
body { width: 800px; margin: 0 auto; }
</STYLE>
</head>
<body>
This is a test of page centering
</body>
</html>


Reply With Quote

Bookmarks