Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Making Infoboxes Touch


compwhizmm90

Recommended Posts

Posted

Currently my infoboxes have a small space between them. How can I edit the code so that they touch making it look like there is one large infobox? I have tried to edit the cell padding in boxes.php but I cannot get anything to work. Does anyone know how to do this?

Posted

you need to change most of the catalog files. There you have

 

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

 

You could decrease the cellpadding to 1 or 0. Do it for one page and see how it displays. There is a similar line at the end of each file for the right navigation.

Posted

It is better to do this with the stylesheet rather than mess with the boxes file.

 

Follow Mark's advice on making the column appear as the box.

 

Matti

Archived

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

×
×
  • Create New...