View Single Post
  #1  
Old 07-02-2009, 08:54 AM
 
eddy eddy is offline
 

Senior Member
  
Join Date: Jan 2007
Location: California
Posts: 152
 

Default No credit card logo in IE

My credit card logo is not showing in IE. working fine in firefox.

customer/bottom.tpl

{*
$Id: bottom.tpl,v 1.2 2008/08/21 09:52:43 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<div class="box">
<div class="subbox">
<div class="left">{include file="main/prnotice.tpl"}</div>
<div class="center" <img src="{$ImagesDir}/creditcard.gif" alt="credit cards" </div>
<div class="right">{include file="copyright.tpl"}</div>
</div>
</div>
__________________
www.goldnwax.com
v5.4.30
Reply With Quote