Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Oscommerce Footer Logo Moves


Guest

Recommended Posts

Posted

The oscommerce logo at the foot keep moving to the righ of the page and site

 

when i select a product and go to its page ,

 

the rest of the time it in the right place in the middle on all the pages

 

I have not touched or modified any code ?

 

that i can think off

Posted

Thx to all for their help i problem sorted i used the fix below form the contributions

 

any members in future having this problem just cut and paste .

 

 

 

In includes/footer.php, just add a </table> on about line 15. It should go between the initial <?php ?> block and the first <table> tag in the file, like shown below:

 

<?php

//...

require(DIR_WS_INCLUDES . 'counter.php');

?>

</TABLE> <?php /* THIS IS THE TABLE TAG TO ADD */ ?>

<table border="0" width="100%" cellspacing="0" cellpadding="1">

 

 

ps how to close a topic ?

  • 2 weeks later...

Archived

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

×
×
  • Create New...