lindendesign Posted June 7, 2009 Posted June 7, 2009 Hello there. I am currently working on a oscommerce installation for a college project, and I have got nearly everything sorted now. However, I have one tiny problem, and that is with the left menu. If you take a look at this address: http://lindendesign.co.uk/craig/index.php, down the left menu, Categories, Manufacturers, Whats New and Information doesn't have a gap inbetween them like the Shopping Cart and Bestsellers etc do on the right menu. Also, if you actually load a product page, it does appear correctly. Can anyone point me to the right place in the code where I need to make the change for it to show the gap? Many thanks Craig Craig Shaw Linden Design
germ Posted June 7, 2009 Posted June 7, 2009 The difference is: <!-- body //--> <table width="770" align="center" bgcolor="#ffffff" border="0" cellpadding="3" cellspacing="3"> <tbody><tr> <td valign="top" width="125" bgcolor="#ffffff"><table width="125" align="center" border="0" [b]cellpadding="[color="#FF0000"]0[/color]"[/b] cellspacing="0"> <!-- left_navigation //--> (incorrect) <!-- body //--> <table width="770" align="center" bgcolor="#ffffff" border="0" cellpadding="3" cellspacing="3"> <tbody><tr> <td valign="top" width="125" bgcolor="#ffffff"><table width="125" align="center" border="0" [b]cellpadding="[color="#FF0000"]2[/color]"[/b] cellspacing="0"> <!-- left_navigation //--> (correct) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
lindendesign Posted June 7, 2009 Author Posted June 7, 2009 Excellent! Thanks so much for that!! I have changed it on the index.php page and it seems to have changed in for all the rest. I was expecting I'd have to make the change on all the php files? Thanks, Craig Craig Shaw Linden Design
Recommended Posts
Archived
This topic is now archived and is closed to further replies.