"how to center the whole page?'

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I look at my page through the web browser, the page is not centered. How
do I make it look like a normal webpage where everything is on the center?
 
Put the content inside of a table and center the table. Set the table to a
fixed width (pixels)
 
Create a table to hold your page in, it needs only to be 1 cell, then place
your content inside that cell. You can then center the table as HTML doesn't
provide any means to align the content of a page.
 
Back
Top