How do I put the animation on my web page?
Animated GIF file should be used as regular GIF images. If you use HTML Editor use commands like "Import Image" or similar to import and place animated GIF on your HTML page.
Manual coding solution
To put the animation on the page follow these steps:
- Save the animation to a GIF file using "Save GIF Animation" from "File" menu (save the GIF file in the same folder where your HTML page is located)
- In your page add the following HTML code:
<IMG SRC="yourgiffile.gif" BORDER=0>
where "yourgiffile.gif" is the name of your GIF file saved in step 1
- Upload both GIF file and HTML file to your web server
You can also copy & paste required HTML code directly from Bannershop GIF Animator.
See how...
Important Note: Some hosting web sites do not allow animated GIFs. Consult your hosting provider if you can't see the animation playing (only the first frame is visible).
Comments?