Ask Experts Questions for FREE Help !
Ask
    mio's Avatar
    mio Posts: 2, Reputation: 1
    New Member
     
    #1

    Dec 28, 2004, 07:37 AM
    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!***
    psi42's Avatar
    psi42 Posts: 599, Reputation: 13
    Senior Member
     
    #2

    Dec 28, 2004, 07:53 AM
    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. :)
    zylstra's Avatar
    zylstra Posts: 83, Reputation: 11
    Junior Member
     
    #3

    Dec 28, 2004, 09:16 AM
    Also check out the HTML Tutorial. It also has an HTML Help forum.
    mio's Avatar
    mio Posts: 2, Reputation: 1
    New Member
     
    #4

    Dec 28, 2004, 11:05 AM
    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.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Help with HTML. [ 6 Answers ]

okay. So I have my webpage at index.htm and I start building the structure. <html><head><title>my homepage of ittle</title></head> <body> <center><b><u><h1><font color=red> WELCOME! <br size=5 color=pink> now I have a matrix animation using javascript. Then I have a button that says home so...

Changing paypals html code [ 4 Answers ]

Hello, I have a site where I sell trees as gifts. www.gift-tree-ireland.com I have a problem where I need to change the shipping options on my paypal checkout area. Basically I want to be able to capture the phone number of the recipient in the shipping section details. (There...

Inserting html code in golive 5 web page [ 2 Answers ]

I am building a web site that guides browsers to specific products offered on other companies web sites. From my site a visitor would click on an affiliate link to go to a product. Question: How can I insert affiliate html code into my web page for each product without it looking screwy? I am...

Html [ 1 Answers ]

Howdy I have some files, all of which are .jpg I have FTP them to an AOL web server. Questions: What extension do they now have? If not HTML, how do they get to be HTML which is What I am wanting? And, yes, I am new at this.


View more questions Search