An update to address bits many seem to miss!!


I thought I`d add this to this contrib as people keep asking.

This gives a much simpler technique than before so if you prefer the table way use an older edition.

To center & size Shop

At the very start of header.php add:



then at the very bottom of footer.php add:




then add to your css:

#content {
width: 900; margin: auto;
border: 1px solid #999999;
text-align:center;
}

That part deals with centering in firfox etc and setting site width & borders.

Obviously set width above to whatever you need.



Add to the BODY tag

text-align:center; so you get like:

BODY {
background: #ffffff;
color: #000000;
margin: 0px;
text-align:center;
}


That part ensures the site is centered in internet explorer.

Thats It!!


The attached has same plus technique for different width header/footer to content:

Works with all osC versions

More...