anjari Posted January 20, 2005 Posted January 20, 2005 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
Guest Posted January 21, 2005 Posted January 21, 2005 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. :)
Guest Posted January 21, 2005 Posted January 21, 2005 Another option is to use STS Contribution at http://www.oscommerce.com/community/contributions,1524
anjari Posted January 21, 2005 Author Posted January 21, 2005 Worked great! Thanks!! (Only needed it on a few pages :D ) Anajri
Guest Posted January 21, 2005 Posted January 21, 2005 Worked great! Thanks!! (Only needed it on a few pages :D ) Anajri <{POST_SNAPBACK}> Good luck Aaron! :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.