X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   No credit card logo in IE (https://forum.x-cart.com/showthread.php?t=48411)

eddy 07-02-2009 08:54 AM

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>

gb2world 07-02-2009 09:10 AM

Re: No credit card logo in IE
 
You have a syntax error - your div tag right before the <img - you need to add the closing > for the div


All times are GMT -8. The time now is 06:07 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.