Guest Posted February 2, 2007 Share Posted February 2, 2007 How do I widen the pixel gap between column left and the middle, and the pixel gap between column right and the middle? I've gone into the script of the pages and done it before, but cannot recall how I did it. Many thanks in advance... George (GHX) Link to comment Share on other sites More sharing options...
Jack_mcs Posted February 2, 2007 Share Posted February 2, 2007 In all of the pages in your root that are for displaying, find this code <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> and add this after it <td width="10"></td> To the same at the bottom of the file except the extra code is entered before the right column code. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Guest Posted February 2, 2007 Share Posted February 2, 2007 In all of the pages in your root that are for displaying, find this code <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> and add this after it <td width="10"></td> To the same at the bottom of the file except the extra code is entered before the right column code. Jack Perfect! Many thanks. George Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.