obaluba Posted June 5, 2005 Share Posted June 5, 2005 Hi, I have a work in progress store @ http://www.14001buildingsolutions.com/shop/catalog/ what i would like to do is make the "whats new" table stretch to the fartherst right side of the outer box and also the text. I have copied the information from the column right to the column left to get the layout for the left i would just like the centre table to take up the rest of the space! Is this possible? any help would me really appreciated! thanks :D Link to comment Share on other sites More sharing options...
Guest Posted June 5, 2005 Share Posted June 5, 2005 try the center shop contribution Link to comment Share on other sites More sharing options...
♥toyicebear Posted June 6, 2005 Share Posted June 6, 2005 Hi, I have a work in progress store @ http://www.14001buildingsolutions.com/shop/catalog/ what i would like to do is make the "whats new" table stretch to the fartherst right side of the outer box and also the text. I have copied the information from the column right to the column left to get the layout for the left i would just like the centre table to take up the rest of the space! Is this possible? any help would me really appreciated! thanks :D <{POST_SNAPBACK}> To remove the "empty" table space on your right you have to remove the call for the right column in about each and every .php file in your main folder... B) Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Jumping Rabbit Posted June 6, 2005 Share Posted June 6, 2005 To do it right this is what has to be commented out or deleted: <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> Faster Checkout - osCommerce Knowledge Base - Anyone meet offline?, Has anyone of you cyberkids meet offline? For newbees do atleast read this 4 points: Basic info - Search tips and help - Posting tips and help - Basics for Design Link to comment Share on other sites More sharing options...
obaluba Posted June 6, 2005 Author Share Posted June 6, 2005 To do it right this is what has to be commented out or deleted: <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> <{POST_SNAPBACK}> thanks for the replys people! Does that piece of code remain constant throughout the site? Could i use dreamweaver to do a find and replace? Is that piece of code from index.php? thanks :D Link to comment Share on other sites More sharing options...
Jumping Rabbit Posted June 6, 2005 Share Posted June 6, 2005 thanks for the replys people! Does that piece of code remain constant throughout the site? Could i use dreamweaver to do a find and replace? Is that piece of code from index.php? thanks :D <{POST_SNAPBACK}> Its in index.php and 30 some other files in you main folder,and has to be edited in all... And yes you can use dreamweaver..... Faster Checkout - osCommerce Knowledge Base - Anyone meet offline?, Has anyone of you cyberkids meet offline? For newbees do atleast read this 4 points: Basic info - Search tips and help - Posting tips and help - Basics for Design Link to comment Share on other sites More sharing options...
obaluba Posted June 6, 2005 Author Share Posted June 6, 2005 Its in index.php and 30 some other files in you main folder,and has to be edited in all... And yes you can use dreamweaver..... <{POST_SNAPBACK}> thanks for the reply again! so after I have removed this from the 30 something files should that centre table be 100%? I dont have to change that table anywhere? thanks again!! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.