Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Column and footer alignment


FSUddin

Recommended Posts

Posted

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

Posted
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

 

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)

Posted
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)

 

 

Jason,

Thanks for the advice. Unforunately, it did not work...any suggestions?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...