Hi,
How can I add some HTML every nth row (link) within a list?
I'm sure i read something like this in the forum but I have not been able to find it.![]()
Hi,
How can I add some HTML every nth row (link) within a list?
I'm sure i read something like this in the forum but I have not been able to find it.![]()
Answer, please?
It's in template file, you may use it in rows.html and similar files
Code:<%if $number is div by 5%> .........html code here........ <%/if%>
Thank you!![]()