each Iterator and Tables

Hi

I'm looking to implement a small foto album into one of my projects. For getting the data out of the database I'm using pictures.each do...

Is it possible to use the iterator to get me three columns of pictures and then break down to the next line of the table?

Picture Picture Picture Picture Picture Picture Picture Picture Picture

How would I do something like this?

Thanks for your help. tk

Hi

I'm looking to implement a small foto album into one of my projects. For getting the data out of the database I'm using pictures.each do...

Is it possible to use the iterator to get me three columns of pictures and then break down to the next line of the table?

in_groups_of ?

Fred

that might be it, i'll check it.