
Code example
<{foreach item=item from=$block.items}>
data data data
<{/foreach}>
I want the data to be represent in a table and look something like below : 3 column 3 row

i have 9 data to show
How do I design the table so the 4th data will go automatically go to the next row ?
I’m a newbie on this thing…help me