Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

merge header and left column


compwhizmm90

Recommended Posts

Posted

Here is a screen shot of my problem :

 

forumimage1.gif

 

How can I get rid of the space between the two? I have set all of the cell spacing to zero in the tables. Is there something I missed?? Thanks for any help.

 

here is the portion of my index.php file that controls that area :

 

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<!-- header //-->
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->
<!-- body //-->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top" background="images/columnbkg.gif"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<?php
 if ($category_depth == 'nested') {
$category_query = tep_db_query("select cd.categories_name, c.categories_image from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'");
$category = tep_db_fetch_array($category_query);
?>

 

Is there something else I need to do? If you can help, I really appreciate it.

Posted

I have been trying to figure this out for a while and I think it may have to do with the cell padding. I have set it all to zero but I have not gotten any results. Does anyone know a fix to this? I have searched everywhere, but i have not been able to find anything. does anyone know how to do this?? Thanks for any help that you can give. :)

Archived

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

×
×
  • Create New...