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)
-   -   Adding a Bank Logo below the Help Menu (https://forum.x-cart.com/showthread.php?t=39925)

Latino 05-20-2008 11:35 AM

Adding a Bank Logo below the Help Menu
 
I woul like to know what is the code to add a Bank Logo below the Help Menu.

I would like to use the SmartyTab and then insert the code.

Thanks,

JWait 05-20-2008 02:29 PM

Re: Adding a Bank Logo below the Help Menu
 
Just put...
Code:

<img src="{$ImagesDir}/BANKLOGO.gif" width="10" height="10" alt="" />
wherever you want the image. Make sure the image is in the x-cart/skin1/images folder.

Latino 05-20-2008 02:36 PM

Re: Adding a Bank Logo below the Help Menu
 
Thanks, What will be the code to link the logo to the Bank's Website?

Thanks

JWait 05-20-2008 03:16 PM

Re: Adding a Bank Logo below the Help Menu
 
<a href=http://www.bank.com><img src="{$ImagesDir}/BANKLOGO.gif" width="10" height="10" alt="" /></a>

Latino 05-20-2008 08:12 PM

Re: Adding a Bank Logo below the Help Menu
 
Thanks I will try it.


All times are GMT -8. The time now is 10:21 AM.

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