Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Footer Bar does not extend across page


yoda2nd

Recommended Posts

Posted

I am completely stumped by this problem.

 

If I edit the following code in column_right.php in any way, the footer bar with the date and hits will not extend all the way across the bottom of the page. However if you refresh the page or click on a link, the footer bar then extends all the way across the bottom of the page.

 

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

}

 

Any help would be much appreciated!

Posted

Thanks to everyone that responded with help! :angry: I am most grateful for the assistance...no posts asking for more info, advice or anything. Just a few reads..... :(

 

I have fixed the bug, requires a </table> tag at the end of the file column_right.php. Fixes the bug entirely. Perhaps this is something that should be fixed with the next update.

Posted

That is not the proper place for that </table> tag. That particular table is closed in the main page you are viewing (ie. index.php, product_info.php, etc.)

 

Sorry no one responded earlier, but occasionally a post slips past us

Archived

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

×
×
  • Create New...