I know how to do this with a query, and that's all that a CFDIRECTORY call
is right?  You would use current row and mod and nested tables to make it
work. Say you wanted to  have it 5 or 10 high ten you would do something
like cfif currentrow mod 10 is 0 and end your current table and start the
new one within that if.  It is a lot easier to do it horizontally though.

Tim Heald
ACP/CCFD :)
Application Development
www.schoollink.net

> -----Original Message-----
> From: phumes1 [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 15, 2002 12:57 PM
> To: CF-Talk
> Subject: Re: Can this be done?
>
>
> Hi,
>
> This might be a crazy question but here it goes.
>
> I'm using <cfdirectory to list files on our server. Some directories can
> have a 100+ files in them. Presently I'm displaying the list down
> the left
> side of my webpage under each other.
>
> file1.txt
> file2.txt
> file3.txt
> file4.txt
> file5.txt
> etc...
>
> I was wondering if there is a way automatically using a table to do the
> following and if so, how?
>
>
> file1.txt   file5.txt   file9.txt     file13.txt   file17.txt
> file2.txt   file6.txt   file10.txt   file14.txt   file18.txt
> file3.txt   file7.txt   file11.txt   file15.txt   file19.txt
> file4.txt   file8.txt   file12.txt   file16.txt   file20.txt
>
>
>
> +-----------------------------------------------------------------
> ------------------+
>
> Philip Humeniuk
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> +-----------------------------------------------------------------
> -------------------+
>
>
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to