Dramour Posted January 18, 2004 Share Posted January 18, 2004 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 More sharing options...
Dramour Posted January 18, 2004 Author Share Posted January 18, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.