TCwho Posted February 24, 2005 Share Posted February 24, 2005 Hello everyone I am modifying catalog/login.php to remove column_left and move the body to the left, but can not get it right: I assume I have to make the changes here: (around 141) <!-- body_text //--> <td width="100%" valign="top"><?php echo tep_draw_form('login', tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_login.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> Can someone help me? Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00 Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2005 Share Posted February 24, 2005 This might be the solution for you http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/65 Link to comment Share on other sites More sharing options...
TCwho Posted February 24, 2005 Author Share Posted February 24, 2005 hey Alpha Ray Thanks for replying Well I removed column_left but I cant get the body to move over to the left hand side Screenshot Here Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00 Link to comment Share on other sites More sharing options...
TCwho Posted February 24, 2005 Author Share Posted February 24, 2005 Thank you for the help. I got it to move to the left: There was a line above like this: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> I entered "100%" in place of ...BOX_WIDTH;.... Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.