> I'm just getting started, but managed to use > the following to display only JPG's, and then > only ones starting with "tn_" (my thumbnails): There's an easier way. =) <ul> <dtml-in "tester.fileIds(spec='tn_*.jpg')"> <img src="tester/<dtml-var sequence-item>"> </dtml-in> </ul> --jfarr "Perl is worse than Python because people wanted it worse." Larry Wall, 14 Oct 1998