Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Text and picture shows in footer in Firefox, not in Internet Explorer


novtech

Recommended Posts

Posted

Hi there. I have having an issue I can not figure out. I am working on a site, www.tropicaloceanreef.com . My footer on the site is missing the paypal picture and also the defined footer_text_body text when viewed in any version of internet explorer and opera. It seems to only work in firefox. The includes\footer.php is as follows, :

 

<?php
 if ($banner = tep_banner_exists('dynamic', 'links')) {
?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
 </tr>
</table><br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="smallText"><?php
 echo tep_image(DIR_WS_IMAGES . 'creditcard.jpg', 'credit card');
?></td></tr></table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center"><table width="17%" border="0" align="center" cellpadding="0">
 <tr>
<td width="45%" height="90"><!-- (c) 2006. Authorize.Net is a registered trademark of Lightbridge,
Inc. --> <div class="AuthorizeNetSeal"> <script type="text/javascript"
language="javascript">var
ANS_customer_id="02129389-cfed-4e19-90d8-306f1bd06a6c";</script> <script
type="text/javascript" language="javascript"
src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" ></script> <a
href="http://www.authorize.net/" id="AuthorizeNetText"
target="_blank">Accept Credit Cards Online</a> </div><style
type="text/css">
<!--</style></td>
<td width="55%"><?php
 echo tep_image(DIR_WS_IMAGES . 'paypal.gif', 'paypal', '90', '90');
?></td>
 </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr>
<td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>
 </tr>
</table>
<?php
 }
?>
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-530274-1";
urchinTracker();
</script>

 

My footer_text_body in english.php is as follows:

 

define('FOOTER_TEXT_BODY', '<font size="2"><center>Florida Reef Importers Inc., 971 36th CT. SW., Vero Beach FL, 32968<br>
772-643-6427<br>
Copyright © 2007 tropicaloceanreef.com and designed by Novation Technologies LLC<br>
All sizes listed are only approximations of live animals. All pictures and discriptions are generalizations and cannot be exact representations of live animals.</center></font>
');

Posted

try to remove <!-- from

 

<style
type="text/css">
<!--</style>

 

EDIT: You can remove everything that I posted in CODE...

Posted
try to remove <!-- from

 

<style
type="text/css">
<!--</style>

 

EDIT: You can remove everything that I posted in CODE...

 

 

Awesome! Thanks!!! Worked like a charm. And a bit too logical *smacks himself*

Archived

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

×
×
  • Create New...