use MOD.  something like ...
    <!--- quad column checkboxes --->   
    <cfif getSubCats.CurrentRow MOD 4 IS 0>
        </tr>
        <tr>
    </cfif>

On Wed, 15 May 2002, phumes1 wrote:

> 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