Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unwanted space in left column


Reeselectronics

Recommended Posts

Posted

Hi, thanks in advance for the help.

 

my website is http://www.digitaltranscriptionstore and i cannot seem to get rid of the unwanted space between the links in the left column i tried everything i can think of and still not luck , however it doesnt happen when i am on the all product or search page... please if anyone can help i would really appreciate it.

Posted

Hi

 

look in allprods.php I think you have a column on the right but as you are not using a "column right" is will show as a box?

 

so look for this code and remove it:

 

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

 

if you need just post:

 

allprods.php

 

index.php

 

also I can not see any think on the search page

Posted

i tried searching for <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> in allprods header footer index but still no luck how ever the spacing only happens when dealing with regular product listing , not all products listing or search page or any other page... any more help will be greatly appreciated

Hi

 

look in allprods.php I think you have a column on the right but as you are not using a "column right" is will show as a box?

 

so look for this code and remove it:

 

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

 

if you need just post:

 

allprods.php

 

index.php

 

also I can not see any think on the search page

Posted

DO A SCREEN SHOT AND POST THE FILE YOU HAVE THE PROB WITH AND ONE YOU DO NOT HAVE A PROB WITH

Posted

have you tried coding in the top and bottom margins for .floatcenter table rows in your stylesheet.css?

 

that seems like it could be what is causing the difference since the code seems to be the same, but the appearance is different. If you hardcode in the top & bottom margins, you should get a more consistent result (at least in theory).

Posted

right r you saying that:

 

this is ok

http://www.digitaltranscriptionstore.com/p...memo-p-386.html

 

 

this is ok, but this page is off to the left due to a right side table/box

 

http://www.digitaltranscriptionstore.com/allprods.php

 

to sort the right box:

 

try this:

 

in allprods.php

 

find

 

<!-- body_text_eof //-->

<td valign="top" width="125"><table border="0" cellpadding="2" cellspacing="0" width="125">

<!-- right_navigation //-->

 

<!-- right_navigation_eof //-->

</table></td>

</tr>

</tbody></table>

 

and replace with:

 

<!-- body_text_eof //-->

<!-- right_navigation //-->

 

<!-- right_navigation_eof //-->

</tr>

</tbody></table>

 

this is not ok:

 

http://www.digitaltranscriptionstore.com/index.php

 

 

 

which of the above are you saying you need?

Archived

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

×
×
  • Create New...