RE: Fixing page width

iiinetworks <[email protected]> 27 Aug 2003 04:28:02 -0000
Newsgroups gmane.comp.web.oscommerce.tips
Message-ID <9b2f5db2032e401a41f0d245f8c750ae@osCommerce-Forums>
This message was sent from: Tips and Tricks
http://forums.oscommerce.com/viewtopic.php?p=220264#220264
----------------------------------------------------------------

Around lines 48-9, you should see the following in index.php:  [code]<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">[/code]Change this to [code]<!-- body //-->
<table border="0" width="750" cellspacing="3" cellpadding="3">[/code]I haven't tried it, but that should work.  Note:  you are saying 750 rather than 500 because you need to account for the column widths here as well.  Further, you would need to make this modification on each page (index.php, login.php, product_info.php, etc.).

Hth,
Matt