I would really appreciate it if anyone could show me how to automate a list/sequence/array for an html slideshow. I want to display "001.gif" through "1869.gif" Obviously it would save a lot of time if there is a way to automatically generate this:
<img src="001.gif" width="640" height="480" />
<img src="002.gif" width="640" height="480" />
<img src="003.gif" width="640" height="480" />
All the way up to "1869.gif"
<img src="1869.gif" width="640" height="480" />
Note: I have a slideshow script that I like. Works perfect. I got to "050.gif" and decided to ask if there is a way to do this without typing them one by one. Thanks.