Creating an Image in a table
I am able to create a table with various images, however, it is a lot easier when it is a small amount of pictures. If my pictures are numbered from 1-100 and I want to create 5 pictures per row in the table, how can I do this using a variable. For example:
For i = 1 to number of pics divided by 5 to give me total rows
For j = 1 to number of total pics.
pictures are titled 1.jpg to 100.jpg. I have not done any VBScript in so long, that it's as if I am relearning everything.
Anyone have any ideas???
Thanks!
nvillare
__________________
Thanks!
N
|