Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removed Boxes need to align better


anjari

Recommended Posts

Posted

Hey guys... I will try to explain my problem,

 

I removed all of the "boxes" such as manufacturer, catagories, whats new - everything around the "edge" so to speak... but now those area are "blank" and the main section is still centerd between them.... is there a way on the catalog home and ESPECIALLY - the product description page I can have that table centered by move further left and right on the page - to fill those gaps?

 

one main reason for this - is because on the product page I want to use LARGER images but the attributes for my product carry OVER the top of image..

 

please help!

 

Anjari

Posted

You'll have to delete these codes for the left column:

    <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>

 

And these codes for the right column:

    <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 have to do this in 38 out of 44 files in your catalog directory (index.php, account.php etc.)

 

It's gonna be a long night. :)

Archived

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

×
×
  • Create New...