Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Footer not showing on web page but is in web page source code


gondwana

Recommended Posts

Posted

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>

Posted

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.

Posted

Whoops! deleted this code in error. Thank you very much Phil, all working well now, your help greatly appreciated.

 

Cheers

Malcolm

Archived

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

×
×
  • Create New...