Is there a layout control that helps you put information in multiple columns?
For instance, I'm trying come up with a directory type of structure we may
start with 30 links and end up with 50 down the road. I don't want to display
all of these links in one row. I want to the links to dynamically display in 3
columns.
Thanks!
James
Dan Bracuk - 28 Apr 2006 20:44 GMT
<cfif queryname.recordcount mod 3 is 0>
do something to start a new row
You can work out the details