Ask Experts Questions for FREE Help !
Ask

HTML code for GIF animator

Asked Dec 28, 2004, 06:37 AM — 3 Answers
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!***

3 Answers
psi42's Avatar
psi42 Posts: 611, Reputation: 80
Senior Member
 
#2

Dec 28, 2004, 06: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.
Helpful
zylstra's Avatar
zylstra Posts: 64, Reputation: 49
Junior Member
 
#3

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

Dec 28, 2004, 10:05 AM
Thank you psi42 and zylstra! I have the idea, that the banner should be seen directly on the advertisment 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 advertisment 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.
Helpful

Not your question? Ask your question View similar questions

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Add your answer here.

Remove Text Formatting

Undo
Redo
 
Decrease Size
Increase Size
Bold
Italic
Underline
Align Left
Align Center
Align Right
Ordered List
Unordered List
Decrease Indent
Increase Indent
Insert Email Link
Wrap [QUOTE] tags around selected text
Wrap [CODE] tags around selected text
Wrap [HTML] tags around selected text
Wrap [PHP] tags around selected text
Wrap [YOUTUBE] tags around selected text
Notification Type:



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...

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 HTML questions Search