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)
-   -   How to add link to picture in Help.tpl (https://forum.x-cart.com/showthread.php?t=36411)

Manuel Barquin 12-29-2007 12:51 PM

How to add link to picture in Help.tpl
 
Hi:

I have used the following code to insert an image in the help.tpl Menu:

<img src="{$ImagesDir}/my_picture.gif" align="center" alt="" />

It shows great, but I would like it to link to a static page. How can I make the picture clickable?

Regards,
Manuel

balinor 12-30-2007 03:10 PM

Re: How to add link to picture in Help.tpl
 
Add an html link around in using basic html:

<a href="pages.php?pageid=x"><img src="{$ImagesDir}/my_picture.gif" align="center" alt="" border="0" /></a>

Manuel Barquin 12-30-2007 11:32 PM

Re: How to add link to picture in Help.tpl
 
Hi Balinor:

It did it. Thanks so much.

Manuel


All times are GMT -8. The time now is 01:47 AM.

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