Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the extra space created by the left/right columns


z4games

Recommended Posts

Posted

Hey all,

 

My site at www.z4games.com, has a problem with my left and right columns. It's not really a problem, but something I'd like to fix nonetheless. Whenever my content exceeds the length of my left/right columns, there's a white space/area at the bottom of my columns extended to match the main content length. Here's some pictures to what I'm talking about:

 

http://img12.imagevenue.com/img.php?image=...e_122_730lo.JPG

 

http://img42.imagevenue.com/img.php?image=..._122_1087lo.JPG

 

Does anyone know how to fix this by putting my background color instead of the white?

Posted
Hey all,

 

My site at www.z4games.com, has a problem with my left and right columns. It's not really a problem, but something I'd like to fix nonetheless. Whenever my content exceeds the length of my left/right columns, there's a white space/area at the bottom of my columns extended to match the main content length. Here's some pictures to what I'm talking about:

 

http://img12.imagevenue.com/img.php?image=...e_122_730lo.JPG

 

http://img42.imagevenue.com/img.php?image=..._122_1087lo.JPG

 

Does anyone know how to fix this by putting my background color instead of the white?

 

In the catalog/index.php, I commented out the space right before the code for the right column and also commented out the right column, but you have to do it on every php page in the catalog that has the code..

 

<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'); ?>

Posted
Hey all,

 

My site at www.z4games.com, has a problem with my left and right columns. It's not really a problem, but something I'd like to fix nonetheless. Whenever my content exceeds the length of my left/right columns, there's a white space/area at the bottom of my columns extended to match the main content length. Here's some pictures to what I'm talking about:

 

http://img12.imagevenue.com/img.php?image=...e_122_730lo.JPG

 

http://img42.imagevenue.com/img.php?image=..._122_1087lo.JPG

 

Does anyone know how to fix this by putting my background color instead of the white?

 

Do a search for background. I did and there was alot to read about it.

Posted
In the catalog/index.php, I commented out the space right before the code for the right column and also commented out the right column, but you have to do it on every php page in the catalog that has the code..

 

<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'); ?>

 

sorry, i didn't look at the images first. Sorry, don't know about those blank spots. i thought you meants the whole column, my bad

Archived

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

×
×
  • Create New...