Quote:
Originally Posted by designer21
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>