I have an intranet webpage on which I need to place some images. I want all 6 of my images to display in the same spot – thus, I want them to cycle in an order I specify. I would create an animated GIF, but can’t because the images I want to use are published from Google Docs. How can I use html to have these images cycle on my webpage?
You cannot use HTML to have the images cycle. For the animated GIF, you can save the images separately and build one, or even take a screenshot of them and build it.
Otherwise, you can use Javascript to load the images, and cycle through them.
September 22nd, 2009 at 6:14 pm
You cannot use HTML to have the images cycle. For the animated GIF, you can save the images separately and build one, or even take a screenshot of them and build it.
Otherwise, you can use Javascript to load the images, and cycle through them.
References :