Hi,
I have a structure as follows but couldnt manage to run it.
The problem is when i put the extension or a field from the channel it doesnt work.
when i take out the extension or a custom field it works.
{exp:channel:entries channel="be" disable="categories|member_data|category_fields|pagination"}
{switch="<div>|||"}
{switch="{exp:ce_img:single src='{image}’ width=‘270’ height=‘230’}|{exp:ce_img:single src='{image}’ width=‘170’ height=‘100’}|{exp:ce_img:single src='{image}’ width=‘90’ height=‘70’} “}
{switch="|||</div>"}
{/exp:channel:entries}
Btw, what i want to do is below, any better solutions are really wellcomed.
<div>
<div></div>
<div></div>
<div></div>
</div>
<div>
<div></div>
<div></div>
<div></div>
</div>
.
.
.
.
.