Dennis_gull Posted October 30, 2006 Posted October 30, 2006 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">
Guest Posted October 30, 2006 Posted October 30, 2006 <!-- 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
Guest Posted October 30, 2006 Posted October 30, 2006 Posted over each other, do you have an example of this?
Guest Posted October 30, 2006 Posted October 30, 2006 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
Dennis_gull Posted October 30, 2006 Author Posted October 30, 2006 I just found out I had to change the boxes.php :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.