Thread: Resolved Div Postitioning
View Single Post
Old 04-06-2012, 02:33 AM   PM User | #4
Mishu
Banned

 
Join Date: Mar 2012
Posts: 306
Thanks: 1
Thanked 28 Times in 28 Posts
Mishu can only hope to improve
Quote:
Originally Posted by designer21 View Post

Is there a simple piece of code i can use to do this?
Code:
        
        <style type="text/css">
            #wrapper{
                width: 900px;
                margin: 10px auto 0px auto;
                border : 1px solid blue;
            }
        </style>
Code:
    
    <body>
        <div id="wrapper">
            Page contents go here
        </div>
    </body>
Mishu is offline   Reply With Quote