Guest Posted March 5, 2006 Posted March 5, 2006 I want to edit my contents which extend to the right. But the right colomn still occupy the position, even the box of right column has been deleted from index.php file. Can anyone tell me how to get rid of the right column?
petercascio Posted March 5, 2006 Posted March 5, 2006 <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 need to remove or comment out all of this on every page where you don't want the right column. If you want you can move stuff from the right column to wherever else you want it on the page by copying the relevant code from column_right.php Peter
satish Posted March 5, 2006 Posted March 5, 2006 I want to edit my contents which extend to the right. But the right colomn still occupy the position, even the box of right column has been deleted from index.php file. Can anyone tell me how to get rid of the right column? ON ondex.php in catalog folder line 327 or so you have <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> Just block this line and right column is gone. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.