Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with infobox padding/margin?


aodfan

Recommended Posts

Posted

This code:

 

  <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="3" cellpadding="0">

 

Change the cellspacing to 0 (ZERO).

 

It appears in the file TWICE, once just before each of these two lines:

 

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

IN MOST OF THE PHP FILES IN THE ROOT FOLDER.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...