Jump to content

Website positioning


lillizzierae

Recommended Posts

Put the whole website within a <div> with margin: 0 auto; and use text-align: center in the CSS for the body:Don't forget to give the <div> a fixed width.body { text-align: center;}#content { margin: 0 auto; width: 960px; }<html>......<body><div id="content">... Rest of the page</div></body></html>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...