Just wanted to show the code that was successful in allowing me to create a dynamic table that would take items from my recordset and display them '3 per row'.
I hope this example helps others, as I was helped by reading other's posting to this forum.
Note that this code is more from...
Thanks again.
That works, with one exception. Instead of displaying the thumbnail image, it's displaying the name of the thumbnail image.
I tried using a HTML img tag around the data("IMAGENAME"),
Like this:
response.write "<td>" & "<img src="...
Well Jim, I'm getting closer.
You're code was way above my head, however, I stuck with it and, after trimming away some of the code I didn't think I needed, I've am close.
Temporarily, I replaced the images I want displayed with the word "items" and was able to see that the code did...
Thanks Jim
However, I am just learning this and, while I tried to understand what you were telling me to do and read all other posts regarding loops (and anything related), I still couldn't figure it out.
Could you give me a brief example of the code that will show me what you mean?
Thanks again.
Have utilized ASP that will display images of art contained in recordset.
Need to have them displayed in a dynamic table that will automatically shift to a new row after 3 images are displayed.
Anybody have suggestions as to how I accomplish this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.