How to display results in 3s then line break it?
I was on a website and saw that they had their results displaying in a row of 3 then it <br/> to the next row. I have been searching high and low for days on how they did that. I know it can be done manually, but the question is if it can be done dynamically?
For example:
Search results = 37
I would like to display it as follows
Result # 1 :: Result # 2 :: Result # 3 <br/>
Result # 4 :: Result # 5 :: Result # 6 <br/>
Result # 7 :: Result # 8 :: Result # 9 <br/>
and so on.
Hope that all makes sense.
