Centering page

J

JT

How do you automatically "center" an entire page on screen real estate. I'm
making a web page that is 600 x 800 and would like the page to "center on
screens with more available "real estate."

Thanks for you help.
 
K

Kathleen Anderson [MVP - FrontPage]

Put your page content into a table and center the table.
 
C

Cheryl D Wise

You can also center the page if you use a full valid doctype and the
following CSS:

body {
width: 740px;
margin: 0 auto;
}


--
Cheryl D. Wise
MS FrontPage MVP
Certified Professional Web Developer
Online instructor led training in FrontPage, Web Accessibility & Illustrator
Special Offer for Hurricane Relief when you register for our October
Session - See http://starttoweb.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top