Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Gaps in my Left Column


Guest

Recommended Posts

Posted

I have a small line space between each of my infoboxes, in my left colums. I have searched everywhere (I can think of) and cannot find any breaks or spaces. Also when I go to my shopping cart , the breaks are no longer there. That is the only file that doesnt have the spaces.

 

Any ideas what this is, and how to get rid of it?

Posted
I have a small line space between each of my infoboxes, in my left colums. I have searched everywhere (I can think of) and cannot find any breaks or spaces. Also when I go to my shopping cart , the breaks are no longer there. That is the only file that doesnt have the spaces.

 

Any ideas what this is, and how to get rid of it?

 

Can you post a link so we can take a look please.

Posted

I think i know what your refering to, and this may be the space that naturally occur's inbetween a </table> and the start of another <table>

My website's address is in My Profile, since it's not allowed to be in my signature.

Posted

Hey, still no answers, still no solution...

 

Anyone? I checked the english.php, infoboxes, left columns..nothin

Posted

this gap is defined in all root files, for the left and right column. You will have to open all and edit...

 

here an example, the gap (=padding) in bold

 

<!-- header //-->

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

<!-- header_eof //-->

 

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

<tr>

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- left_navigation //-->

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

<!-- left_navigation_eof //-->

</table></td>

<!-- body_text //-->

<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...