Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I move out left and right ?


Guest

Recommended Posts

Hi there ,

 

 

I would like to move out all left & right area .

 

It means , I only need middle main contents area in all pages.

 

 

I have made include/column_left.php & include/column_right.php empty.

 

but still I cant .

 

 

see www.ttoppi.co.nz/catalog/

 

 

please help me.

 

 

thanks.

Link to comment
Share on other sites

In most of the files in the root of your shop, you will 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>

Delete that and then near the bottom of the file delete the similar code for the right column.

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...