Community Add-Ons

Add file to this package
Top » Features

osC-CenterShop v2.1 for MS2
for osCommerce Online Merchant v2.2

osC-CenterShop v2.1 for MS2

Updated for use with osCommerce v2.2 MS2

This contribution is now controlable via Adminpages and not longer via separate language files

- Center and Size the Shop for display on multiple resolution screens.

- Set a background color for around the shop.

Thanks to Linda McGrath <oscommerce@WebMakers.com>, for her original contribution, and Randy Newman for his modifications to MS2.

I have just make it useable via the Admin pages.

Please post any questions and issues related to this contribution to the osCommerce Message Board so all can learn and benefit!

Legend:  Download   Report
Expand All / Collapse All
Easy Center, Size Shop with Layers for all browsers V1.1.txt spooks 1 Oct 2009  

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:

<div id="content">

then at the very bottom of footer.php add:

</div>

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

Easy Center, Size Shop with Layers spooks 9 Jul 2008  
Footer "white-space" fix. peterpil19 14 Sep 2005  
Modified the footer.php Daniel Klueh 10 May 2005  
regarding: 17 Dec 2004 - Background Control and Space in footer Michael Studer 8 Jan 2005  
Background Control and Space in footer everygamer 17 Dec 2004  
Small Hint Vladimir Abadzhiev 30 Jun 2004  
centrer Fouquart Thierry 28 Jun 2004  
osC-CenterShop v3.0 for MS2 Eric Montgomery (Islander2u) 26 Feb 2004  
osC-CenterShop v2.2 for MS2 Eric Montgomery (Islander2u) 22 Oct 2003  
osC-CenterShop v2.1 for MS2 Hans Loos 26 Aug 2003