Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Small problem on left menu


lindendesign

Recommended Posts

Posted

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

Posted

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 >

Posted

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

Archived

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

×
×
  • Create New...