something like this?:
<cfloop from="1" to="3" index="iii">
#listgetat(mylist, iii)#
</cfloop>
<cfif listlen(mylist) gt 3>
<cfloop from="4" to="#listlen(mylist)#" index="iii">
#listgetat(mylist, iii)#
</cfloop>
</cfif>
not sure if you want a new area for every 3 list items or
just first 3
in first area and the rest of list (no matter ho long) in the
second
area... my code is for the first case. mind you: from memory
and not
tested...
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/