making web page centered/cliped to browser window
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
baldrick posted this at 00:33 — 15th June 2007.
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
}
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.