Il 16/01/2012 14:02, Web2Py Freak ha scritto:
Dear all ,i am geting some images from the database and viewing them in the page i am using a for loop for the images and i want to have a<br/> after every 4 images ,, how can i do somthing like this ??
consider to use enumerate and test if the defined index is equal to 4
hope it helps
M.

