> Thus I added
>
> class='thumbnails'
>
> <div class='thumbnails' macro='tiddler fetThumbnails with:
> {{tiddler.title}}'></div>
tiddler macro accepts a second parameter which adds a class to the
rendered content.
<<tiddler MyTiddler "thumbnails">>
in the template it should look like
<div macro='tiddler fetThumbnails thumbnails with:
{{tiddler.title}}'></div>
not tested. tell me, if it won't work.
-m