AskOS Posted January 30, 2009 Share Posted January 30, 2009 Dear Forum Greeting, i am joining today for help in OS commerce. 1 years ago webcompany designed my website i attempted to contact them about error company never responde. question: my site www.canleafmart.info bottom footer table not adjusted. Am newbie can't find the file to make table adjustment in OS commerce. Nor can detect what is error in templete or which file i should look to see make table corrections. Please visit the site and make suggestion which i am hoping to get some help here. Thank you in advance Ask OS :huh: OS Commerce building your online shop is easy and fun only if you how know! Thank you for support. AskOS Link to comment Share on other sites More sharing options...
Velveeta Posted January 31, 2009 Share Posted January 31, 2009 Dear Forum Greeting, i am joining today for help in OS commerce. 1 years ago webcompany designed my website i attempted to contact them about error company never responde. question: my site www.canleafmart.info bottom footer table not adjusted. Am newbie can't find the file to make table adjustment in OS commerce. Nor can detect what is error in templete or which file i should look to see make table corrections. Please visit the site and make suggestion which i am hoping to get some help here. Thank you in advance Ask OS :huh: I just checked the source code of that page, and it looks like all tags are closed properly, but there seems to be a line break in the first table that's opened, which is probably causing that tag to not be recognized by browsers... The file you're most likely looking for is (from your catalog root directory) /includes/footer.php... Look in there, and see if you can spot this line: <table border="0" width="" background="" bgcolor="#0808e4" align="" cellspacing="0" cellpadding="0"> Remove the line break so it looks like this: <table border="0" width="" background="" bgcolor="#0808e4" align="" cellspacing="0" cellpadding="0"> And see if that clears up the issue... Richard Lindsey Link to comment Share on other sites More sharing options...
AskOS Posted February 5, 2009 Author Share Posted February 5, 2009 I just checked the source code of that page, and it looks like all tags are closed properly, but there seems to be a line break in the first table that's opened, which is probably causing that tag to not be recognized by browsers... The file you're most likely looking for is (from your catalog root directory) /includes/footer.php... Look in there, and see if you can spot this line: <table border="0" width="" background="" bgcolor="#0808e4" align="" cellspacing="0" cellpadding="0"> Remove the line break so it looks like this: <table border="0" width="" background="" bgcolor="#0808e4" align="" cellspacing="0" cellpadding="0"> And see if that clears up the issue... ================================================================================ === Thank you for your reply. i did try just as you said. table does not adjust, my reckon is that position of table in the code is missing? here is the code before editing: <table border="0" width="<?php MAIN_TABLE_WIDTH; ?>" background="<?php //MAIN_TABLE_BG; ?>" bgcolor="#0808e4" align="?>=php MAIN_TABLE_ALIGN;?>"cellspacing="0" cellpadding="0"> After look like this still table unadjustable to right: <table border="0" width="" background="" bgcolor="#0808e4" align="" cellspacing="0" cellpadding="0"> it does not clear the issues. please advise further. thanks OS Commerce building your online shop is easy and fun only if you how know! Thank you for support. AskOS Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.