Author Topic: Download Button Link should point to an URL  (Read 5151 times)

0 Members and 1 Guest are viewing this topic.

Offline binuj01

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Sourcestravel
Download Button Link should point to an URL
« on: October 06, 2005, 07:34:26 PM »
Hai Vano,
 CAn u give me the exact syntax to point my "download_off.gif" button to another URL.
I have tried the forums...but I always get an error.

Kindly give the syntax in full...
For ur refreence the orginal code in functions.php is
$download_button = "<img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"\" />";

I need this button to point to another URL.

Thanks in advnce
Binu
www.sourcestravel.com
See your travel destnations ahead.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Download Button Link should point to an URL
« Reply #1 on: October 07, 2005, 01:16:20 AM »
Code: [Select]
$download_button = "<a href=\"http://whatever_url_you_want.here.com\" target=\"_blank\"><img src=\"".get_gallery_image("download_off.gif")."\" border=\"0\" alt=\"\" /></a>";
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline binuj01

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Sourcestravel
Re: Download Button Link should point to an URL
« Reply #2 on: October 07, 2005, 05:07:16 AM »
Thanks Vano. It was perfect.
Binu
www.sourcestravel.com
See your travel destnations ahead.