Re: [web2py] For trick

2012-01-16 Thread Manuele Pesenti
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 after every 4 images ,, how can i do somthing like this ?? consider to use enumerate and test if the define

Re: [web2py] For trick

2012-01-16 Thread Kenneth Lundström
Please show us some code how you are doing it at the moment Kenneth 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 after every 4 images ,, how can i do somthing like this ??

[web2py] For trick

2012-01-16 Thread Web2Py Freak
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 after every 4 images ,, how can i do somthing like this ??