aodfan Posted July 4, 2010 Share Posted July 4, 2010 Hello, Ok, on my site http://alteredmotorsports.com/catalog you can see where the infobox have space in between the infobox and the edge of the webpage. I am trying to get rid of that, so that the infobox is flush up against the edge. Link to comment Share on other sites More sharing options...
germ Posted July 4, 2010 Share Posted July 4, 2010 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 > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.