Guest Posted November 30, 2002 Posted November 30, 2002 hi... I'm totally new to PHP and osCommerce... I'm trying to setup the cart to look the same as my webste: www.sashop.com The cart is at: www.sashop.com/shop I want the left and right column to squeze into the centre like the rest of the page... I'm reading the PDF customize file... but it says to "Next you must change the same settings in header.php and footer.php in your /catalog/includes directory." When I open up those there is nothing in there to edit the page width... thanks for the help!!! I think I'm starting to get it.. Curtis =)
Ajeh Posted November 30, 2002 Posted November 30, 2002 This thread should help you center the whole shop: http://www.oscommerce.com/forums/viewtopic.php...t=28086&start=0
mattice Posted November 30, 2002 Posted November 30, 2002 in short: in catalog/includes/header.php look for the first <table bla> tag you come across. Right ABOVE that you add <table border="0" cellspacing="0" cellpadding="0" width="80%"> <tr> <td> then in catalog/includes/footer.php you look for the LAST </table> tag and below that you add: </td> </tr> </table> Adjust the width percentage in header.php to your likings. That's it. :D Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
mattice Posted November 30, 2002 Posted November 30, 2002 Oh and add align="center" to the <table> if you want to center it. "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.