fan4chevy Posted December 19, 2009 Share Posted December 19, 2009 Hi, I am wanting to remove some if not all the spacing between the left border of the cart to the left of the left boxes. However, I don't want to remove the space between boxes. How do I remove the left space that will effect the whole cart? Thanks, Charles Link to comment Share on other sites More sharing options...
Guest Posted December 19, 2009 Share Posted December 19, 2009 Charles, Post an image or the link to the page you are talking about so we can see it. It's difficult to advise you on something we don't fully understand. Chris Link to comment Share on other sites More sharing options...
fan4chevy Posted December 20, 2009 Author Share Posted December 20, 2009 Charles, Post an image or the link to the page you are talking about so we can see it. It's difficult to advise you on something we don't fully understand. Chris Ok if you go here http://demo.oscommerce.com/ and look at the left columns list all the way from categories to the information box, I want to move them left so that the boxes are all the way to the left page border. However, I don't want to remove any spacing between categories box and header nor between boxes and not inside content. THanks, Charles Link to comment Share on other sites More sharing options...
jhande Posted December 20, 2009 Share Posted December 20, 2009 Hey Charles, Open your index.php file. Scroll down to: <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> Change the cellpadding="3" to cellpadding="0" NOTE - You might have a different number than 3. - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 - Link to comment Share on other sites More sharing options...
fan4chevy Posted December 20, 2009 Author Share Posted December 20, 2009 Hey Charles, Open your index.php file. Scroll down to: <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> Change the cellpadding="3" to cellpadding="0" NOTE - You might have a different number than 3. I looked and they are actually already at 0 Link to comment Share on other sites More sharing options...
jhande Posted December 20, 2009 Share Posted December 20, 2009 How about something like this: <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 - Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.