After the output of a record, do this:
(assuming that breakpoint = 5)
#IIf(queryname.currentrow mod breakpoint,DE(""),DE("<br>"))#

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.849.7771 x 228  Voice
704.849.9291  Fax
-----Original Message-----
From: Britta Wingenroth <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Friday, January 05, 2001 4:36 PM
Subject: Re: How to force CFOUTPUT to display results horizontally


>Hi, I just used this and suddenly realized that, yes! all the images are
>displaying horizontally from the query output, but unfortunately, they are
>not breaking at the end of the table, but extending the table way off to
the
>right.  Setting the table cells to the appropriate width has no effect.
Any
>way of forcing it to break after, say five records have been output, and
>then staring the new row?
>
>record record record record record
>record record record record record
>
>instead of
>
>record record record record record record record record record record
>
>Thanks a lot,
>Britta
>
>----- Original Message -----
>From: "Britta Wingenroth" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, January 04, 2001 8:24 PM
>Subject: How to force CFOUTPUT to display results horizontally
>
>
>> I would like to display the results of the Cfoutput tag running
>> horizontally, ie.
>>
>> <td>image image image image</td>
>> instead of
>>
>> <td>
>> image
>> image
>> image
>> image
>> </td>
>>
>> Is there any way that I can do this?  Any help would be greatly
>appreciated.
>>
>> Britta
>>
>>
>>
>>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to