rommany Posted October 25, 2008 Posted October 25, 2008 Hello I have removed the column on the right hand side of my site by removing this code. <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> The problem I have now is that everything is pushed to the right hand side edge with no space, is there anyway that i can add a small bit of white space to just the right hand side that would not effect the left side of the site? Thanks
germ Posted October 25, 2008 Posted October 25, 2008 Add this code back in where you took the other out: <td width="20" valign="top"> <table border="0" width="20" cellspacing="0" cellpadding="0"> </table> </td> Then adjust the number 20 (TWO PLACES) to fit your needs. 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 >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.