Hello,
On my EE2 site I have a photo section where I query all memberphotos from exp_members and put them in an ul.
I wonder if it’s possible to dynamically add a class to each li-element depending on row and col?
I have four rows and six cols with li-elements. I would like the first li to get the class “row-one col-one” and the next li “row-one col-2” etc…
Is this possible to accomplish in EE2 or do I have to use javascript?
Thanks / J