You can also do a if currentrow eq round(recordcount/2) type deal.
Split it right down the middle, dynamically.

Sudo-codo, of-coso ;-)

On 9/15/06, Matt Williams <[EMAIL PROTECTED]> wrote:
>
> You could definitely do a dynamic list. What is your criteria for
> breaking between the 2 columns? If it's a certian number of records
> (target audiences), my sample loop over the query could be done like
> so:
>
> <td>
> <cfloop query="qTargetAudience">
> <input type="checkbox"<cfif ListFind(AudienceTAIDs,taid)>checked</cfif>>
> #targetAudience#<br />
> <cfif RecordCount EQ 6>
>   </td><td>
> </cfif>
> </cfloop>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253330
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to