spr1nt Posted October 14, 2005 Share Posted October 14, 2005 i cant seem to figure out how to remove the table on the right so that the body spans all the way to the right margin. Link to comment Share on other sites More sharing options...
Jack_mcs Posted October 14, 2005 Share Posted October 14, 2005 The code for that is included in each page of the shop. Open a file, like index.php, and delete 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> You'll need to do that in every file that displays a page of your site. 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 October 14, 2005 Share Posted October 14, 2005 But if you still want some of the boxes that exist in the left column, you can open up includes/column_left.php and copy the code for those boxes and paste them in the includes/right_column.php file. Good luck! j Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.