Guest Posted May 8, 2006 Posted May 8, 2006 man, whats a mess... I have commented out all of the column_right, what is my best option for going about getting text to span across the entire page? Right now it acts as if there is still tables there...any ideas?
241 Posted May 8, 2006 Posted May 8, 2006 you have not commented out column_right correctly and will still have the <td></td> tags that held the call all of this code is for column_right <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'); ?> <!-- right_navigation_eof //--> </table></td> No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
warrenerjm Posted May 13, 2006 Posted May 13, 2006 you have not commented out column_right correctly and will still have the <td></td> tags that held the call all of this code is for column_right <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'); ?> <!-- right_navigation_eof //--> </table></td> Hi I have the same problem on three of my pages only. The rest are OK. I have found this code at the bottom of these pages, but how do I comment out all of that section. I am unsure on where // & <-- & --> go. Please could someone help me here. Thank you Julie
warrenerjm Posted May 13, 2006 Posted May 13, 2006 Hi I have the same problem on three of my pages only. The rest are OK. I have found this code at the bottom of these pages, but how do I comment out all of that section. I am unsure on where // & <-- & --> go. Please could someone help me here. Thank you Julie Sorted :D I had put a switch for the right column, as supplied by Boxtel, & these file mysteriously did not have the correct code over the right column code. :blush: Julie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.