Hello,
I created an animated gif with Ulead GIF Animator 5. It works fine when I put it on my website.
Now, I would like to make an hyperlink on the an.gif so that when visitors click on the gif the are directed towards another website or external file.
Now I don't know how to do that. Is there a function with GIF Animator to do that?
Thank you for your help.
Regards
Hyperlinks
-
jackm08
Ifyou are using Frontpage add a hyperlink as you normally would [CTRL K]. I supect in Dreamweaver there is similar functionality. If coding the page yourself insert <a href="Pictures.htm"> where "Picture.htm" includes the path and name of the web page you wish to link to just before the gif
When finished will end up looking something like this:
<a href="../Bilingual/Website.htm">
<img border="0" src="../images/Advert.gif" width="255" height="75"></a></td>
Good luck
When finished will end up looking something like this:
<a href="../Bilingual/Website.htm">
<img border="0" src="../images/Advert.gif" width="255" height="75"></a></td>
Good luck
