Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   HTML (https://www.askmehelpdesk.com/forumdisplay.php?f=446)
-   -   HTML code for GIF animator (https://www.askmehelpdesk.com/showthread.php?t=6837)

  • Dec 28, 2004, 07:37 AM
    mio
    HTML code for GIF animator
    I have to insert a GIF animated banner on an sale advertisement. The animation is situated in a server abroad, where my homepage is. What kind of HTML code do I have to write to send for that advertisement. Please write a detailed example. The name of animation is "bansku.gif". It is maybe a GIF89 animation.
    I'd be much obliged, if anybody or even more answeres.
    ***Happy New Year 2005 to everybody!***
  • Dec 28, 2004, 07:53 AM
    psi42
    I am not a "professional web designer" but this should get you started:

    It may not be the best way, but it works.

    Code:

    <a href="http://example.net/place_you_want_victim_to_go.html">
              <img border="0"
              src="http://example.net/image.gif"
              alt="Evil advertisement">
    </a>

    ~psi42

    P.S. Please do not cross-post. Thanks. :)
  • Dec 28, 2004, 09:16 AM
    zylstra
    Also check out the HTML Tutorial. It also has an HTML Help forum.
  • Dec 28, 2004, 11:05 AM
    mio
    Thank you psi42 and zylstra! I have the idea, that the banner should be seen directly on the advertisement page. If I only write <IMG SRC="http://www.something.net/index/image.gif"> , I get this kind of result:
    On the page I see only text : "Image" and if I press right button of the mouse and select "open image" the right animation starts perfectly. Then if I return to the advertisement page, the animation works there right.
    This all does not start automatically, but every time I have to repeat it again. What should I do? If I follow the advice of psi42, I get to the right page and I can start the animation there, but this was not quite what I meant.

  • All times are GMT -7. The time now is 07:46 PM.