Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Resize the columns for only one page


agiftcodotcom

Recommended Posts

Posted

If you've seen my Invision thread, you will know why I'm asking this. But in case not, is it possible to resize the left/right column on only one page? Example: if you want your "products_new.php" page to have a wider body and smaller left/right columns to have more room to display the results, is there a way to make this happen?

Contributions I used : Updated 06-13-04 23:42

----------------

Vote on My Graphis Poll

Posted

yes - in the file you wish to customise, find all instances of:

 

width="<?php echo BOX_WIDTH; ?>"

 

and change to, eg.

 

width="180"

 

You will find these just above the calls to both left and right columns.

 

Matti

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...