compwhizmm90 Posted March 25, 2006 Posted March 25, 2006 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?
matrix2223 Posted March 25, 2006 Posted March 25, 2006 look in the boxes.php look for something like <td draw pixel seperator ..........> and delete this line
Guest Posted March 25, 2006 Posted March 25, 2006 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.
Guest Posted March 25, 2006 Posted March 25, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.