Hi all,

I got one brainteaser (well...for me).

I have a database with, lets say 100 images, these images are 'dynamic' e.g. it can be 100 but also 151 images.

My question is:
How can i make a dynamic table where I can set that the maximum columns is 5. So when parsing the images, then CF fills up a row of 5 images (all in a different column) and the 6th is at a new row etc. etc.

...