I keep hitting send too soon and think of something to fix right when it
leaves :)

<table>
        <cfoutput query="queryName">
                <tr>    
                        <td>
                                #var#
                        </td>
                <cfif queryName.currentRow mod 2>       
                        </tr>
                </cfif>
        </cfoutput>
</table

> -----Original Message-----
> From: Loathe [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 14, 2008 11:20 PM
> To: cf-community
> Subject: RE: Columns
> 
> Use mod, this is close I think.
> 
> <table>
>       <cfoutput query="queryName">
>               <tr>    
>                       <td>
>                               #var#
>               <cfif queryName.recordCount mod 2>
>                       </td>
>               </tr>
>               </cfif>
>       </cfoutput>
> </table>
> 
> > -----Original Message-----
> > From: Erika L. Walker [mailto:[EMAIL PROTECTED]
> > Sent: Friday, November 14, 2008 11:01 PM
> > To: cf-community
> > Subject: Re: Columns
> > 
> > Mamma Mo is sending me some - but something like this:
> > 
> > A      B
> > C      D
> > E      F
> > etc ....
> > 
> > On Fri, Nov 14, 2008 at 10:44 PM, Sam <[EMAIL PROTECTED]> wrote:
> > 
> > > Do you mean table or groups outputs?
> > >
> > >
> > >
> > 
> > 
> > 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:280446
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to