Log in

View Full Version : centering page



mass_d
08-15-2005, 04:41 PM
I need to know how to center a webpage so that it stays centered no matter how you size it in your web browser. can anyone help me with this? A good example of what I am talking about is google's web page. no matter how you resize the browser the google search feature stays in the middle. Any help you can give me on this would be appreciated.

Thanks

aflm
08-15-2005, 06:19 PM
Maybe this is helpful for you: http://www.quirksmode.org/css/centering.html

dglover
08-15-2005, 06:20 PM
I created a table that has 100% height and width that centers the content in every direction. Then I placed another table inside it. Take a look (http://www.danielglover.com/).