> >Hi Liz, > > > >Try <dtml-var "images.img1"> > > Won't work. See an earlier email from me today. > > What will work: > <dtml-with images><dtml-var img1></dtml-with> > <dtml-var "_.str('images.img1')"> > <dtml-var "images.img1.tag()"> But it works for me (so now I'm confused). Could it be that if it works the object being called has a __repr__ method (or something)? Regards, Johan