View Single Post
Old 04-25-2008, 02:46 AM   #5 (permalink)
skyscraper
Contributing Member
 
skyscraper's Avatar
 
Join Date: 03-24-08
Posts: 80
iTrader: 0 / 0%
Latest Blog:
Halloween Party

skyscraper is liked by many
Send a message via Yahoo to skyscraper
Quote:
Originally Posted by Costin Trifan View Post
First thing first: Don't use position absolute.

After that:

1. Add this div after your body tag (that is, wrap the content in this div): <div id="PageWrapper">

2. Add these style rules:

Code:
body { margin: 0 auto 0 auto; padding: 0; text-align: center; } DIV#PageWrapper { width: auto; height: auto; margin: 0 auto 0 auto; padding: 0; text-align: left; }
that should do it.
is this working on frameset? because frameset contain no <body> tag

anyway thanks.

Last edited by skyscraper : 04-25-2008 at 02:47 AM. Reason: tag
skyscraper is offline   Reply With Quote