Deren Posted May 25, 2006 Posted May 25, 2006 When I move everything from the right column in to the left, there's obviously a white space down the right. How can I get the centre box to adjust to 100% and cover the right hand side? All help is very much appreciated. Thank you in advance Regards.
♥Monika in Germany Posted May 25, 2006 Posted May 25, 2006 When I move everything from the right column in to the left, there's obviously a white space down the right. How can I get the centre box to adjust to 100% and cover the right hand side? All help is very much appreciated. Thank you in advance Regards. hi Deren, you have to open each root file (in catalog folder) and delete the whole table cell that fills the column right. It's the part nearly at the bottom of each page. find this: <!-- body_text_eof //--> <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> </tr> </table> <!-- body_eof //--> replace by this <!-- body_text_eof //--><?php /* <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> */ ?> </tr> </table> <!-- body_eof //--> :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.