Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where to I change the cellpadding for the...


Dennis_gull

Recommended Posts

Posted

My cellpadding for the column_left is set to 3 but I cant find where to change it.

 

Look its cellpadding 0

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

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

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

</table></td>

But when I check the source it says:

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

<tbody><tr>

 

<td>

<table border="0" cellpadding="0" cellspacing="0">

Posted

<!-- 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 //-->

 

If you look in all files directly under catalog/ you will see the call for the left and right colums at the top of each script and the bottom (for right)

 

e.g

catalog/account.php

''

''

''

catalog/tell_a_friend.php

Posted

Posted over each other, do you have an example of this?

Posted

The source is definately not the same as the coding as you have in source a <tbody><tr> but thats not shown in your code snippet from above.

 

Can you post your URL

Archived

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

×
×
  • Create New...