![]() |
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 |
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> |
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.