I am using an SQLS2K5 BE to my ASP page; retrieving information through sprocs...
One sproc returns image information which includes the relative file path for the image; i.e.
Code:
/images/frontdoor.jpg
Now the requirements I have is to display thumbnails in a grid of a given width (x images across).
I can't think the way of doing this at the moment; any suggestions?
Unfortunately I can't think of a better way to explain this; so any questions are more than welcome!