Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Using Loop and dividing into 3 column categories.

Quote Reply
Using Loop and dividing into 3 column categories.
Hi again,

On home.html, I'm using the loop tag to run a loop on a subcategory_home.html template which displays my categories into one column. I would like to display them in 3 columns. I've been reading through the forums here and I saw that some people say you can't and some people say you have to use a tag that looks something like this:

<%if loop_iteration % '2' and loop_iteration > '1'%>

I'm not really sure what this tag means. Also, I'm not sure if this is possible. Can someone help?

Thanks in advance,

Eddie