Quote:
Originally Posted by AbsolutePorn
Add in a
<div class="wrapper">
..................your site.................
</div>
CSS:
.wrapper { width:1020px; position:relative; margin:0 auto; }
the <div class="wrapper"> shoud be placed right after your <body> ...
and close it before the </body>.
|
Ok giving it a try now thanks.