z4games Posted October 28, 2007 Posted October 28, 2007 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?
dogtails Posted October 28, 2007 Posted October 28, 2007 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'); ?>
dogtails Posted October 28, 2007 Posted October 28, 2007 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.
dogtails Posted October 28, 2007 Posted October 28, 2007 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
z4games Posted October 29, 2007 Author Posted October 29, 2007 lol it's alright dogtails :P, thanks for trying. Does anyone know how to fix this?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.