making web page centered/cliped to browser window

They have: 1 posts

Joined: Jun 2007

yea i wan to make my html page clipped onto the browser, like centered (iex - http://www.hungrygeneration.net) so that when you expand it in minimize mode that it will be centered/clipped on. i am working on this one (artmil.com/web/forum.html) and it wont clip. i tried centering it, and if anyone has any solutions or advice please let me know. thnx

He has: 388 posts

Joined: Apr 2005

The tag dosen't have an atribute align.

Try putting this in you css

                body
                {
                <strong>text-align: center</strong>
                }
               
                #content
                {
                <strong>text-align: left;</strong>
                width: 700px;
                margin: 0 auto
                }
'Or you could just put around you div.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.