Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

? <?php echo BOX_WIDTH; ?> ?


LenochkaV

Recommended Posts

  • 2 months later...
  • 1 year later...
...and how to set width for boxes placed in a left and a right columns separately?

 

 

you have to define a new category in application_top-php. For example:

 

define('BOX_WIDTH_RIGHT', 160);

 

and then you just change BOX_WIDTH for BOX_WIDTH_RIGHT in the column where you want to change the size. Example:

 

<td width="<?php echo BOX_WIDTH; ?> for <td width="<?php echo BOX_WIDTH_RIGHT; ?>

 

got the idea? I hope so ;)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...