FSUddin Posted January 24, 2005 Posted January 24, 2005 Hi, If you go to my page at www.anjaytraders.com, and click on SHOP ONLINE you will notice the right column is moved down a bit compared to the other pages. You will also notice that the footer where the counter is located is aligned right. I have searched through various files to see if I can find something pertaining to alignment, but I have been unsuccessful. Any help would be appreciated. Thanks in advance for fielding a basic question. FSUddin
jasone Posted January 24, 2005 Posted January 24, 2005 Hi,If you go to my page at www.anjaytraders.com, and click on SHOP ONLINE you will notice the right column is moved down a bit compared to the other pages. You will also notice that the footer where the counter is located is aligned right. I have searched through various files to see if I can find something pertaining to alignment, but I have been unsuccessful. Any help would be appreciated. Thanks in advance for fielding a basic question. FSUddin <{POST_SNAPBACK}> This is a bug in oscommerce. Copy this code: // table bug fix - see OSC bug #1242 if (function_exists('ini_set')) { ini_set('url_rewriter.tags',''); ini_set('session.use_trans_sid', 0); } Put it in catalog/includes/application_top.php at line 28 (or as close to it as possible)
FSUddin Posted January 24, 2005 Author Posted January 24, 2005 This is a bug in oscommerce. Copy this code:// table bug fix - see OSC bug #1242 if (function_exists('ini_set')) { ini_set('url_rewriter.tags',''); ini_set('session.use_trans_sid', 0); } Put it in catalog/includes/application_top.php at line 28 (or as close to it as possible) <{POST_SNAPBACK}> Jason, Thanks for the advice. Unforunately, it did not work...any suggestions?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.