Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Layout issue


Dramour

Recommended Posts

layoutissue.jpg

 

Several pages are coming up with the footer not displaying properly. Do you know where (what File) I need to fix this in. Is it in the footer php file or the file of the page that is displaying?

 

This only started after I added product?

 

Cheers,

 

Dramour

Link to comment
Share on other sites

I found the fix here:

 

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">

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...