.gif image will not play

I have a. gif image that works well on the Desktop. I uploaded it to the server, introduced it into a page

<div class="ad">
<p>To book a vehicle click on the logo below to enter the Avis website</p>

<a href="xxxxxxxxxxxxxxxxxxxxxx" target="_blank" rel="nofollow">
<div class="pic200"><img src="http://pintotours.net/Pinto/Ads/avis.gif" width="200" height="80" alt="Avis rent-a-car"></div></a>

</div>

But it does not work in the page. Why should that be, please?

I works fine for me. It’s a run-once .gif. Do you expect it to run continuously?

If so,

1 Like

Very strange…

Yes, it should work like that, but if you are using the same image I pasted above, how come mine is static and yours is not?

What do you mean by a run once. The original on my Destop works like you posted above: 3 stages

Or maybe you would prefer something like this

1 Like

Hi ronpat

What I want is what I have on my Desktop which is exactly what you sent before.

But how come it works on the Desktop and not in the page?

Do I have something wrong in the HTML?

Then you have not exported the image correctly from your graphics program.

I am using GIMP. The options for exporting a .gif include:

Both of the above images can be downloaded. Just right-click and “Save As…”

3 Likes

I used Gimp too, but unchecked Loop forever and checked the two boxes below and gave it a 1000 ms delay.

I saved it to the Desktop and it is fine. But then when I upload it to the server and use in a page it is static.

I suppose I could use the version that you sen first…

SUCCESS!!! It’s working now (your version)!!!

Loop forever for the win.

See my last post.

Many thanks

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.