gondwana Posted November 7, 2011 Posted November 7, 2011 The footer, "reqests since...(date)", oscommerce logo and coyright used to show on bottom of web page but have now dissappeared. All the code for these is showing in the source code however. My browser is Internet Explorer 7. Can anybody help? This is the source code which relates to the footer. <!-- footer //--> <font face="Verdana, Arial" size="1" color="#ff0000"><b> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> Monday 07 November, 2011 </td> <td align="right" class="footer"> 265 requests since Thursday 22 September, 2011 </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText">Copyright © 2011 <a href="http://safaritours.co.nz/./index.php?osCsid=9ac308335d2f38ca2a80666237c5b871">One Day Safari Company</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a></td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><//?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <!-- footer_eof //--> <br> </body> </html>
MrPhil Posted November 7, 2011 Posted November 7, 2011 Your YouTube video is in an iframe. You have an <iframe> but no </iframe> to end it, so your footer is being swallowed up by the iframe.
gondwana Posted November 8, 2011 Author Posted November 8, 2011 Whoops! deleted this code in error. Thank you very much Phil, all working well now, your help greatly appreciated. Cheers Malcolm
Recommended Posts
Archived
This topic is now archived and is closed to further replies.