Close! Thank you!

Mammo mo got me there, and I also found this style:

<cfset break = 2>

<cfoutput query="GetCategories">
    <a
href="index.cfm?action=Blah>#CATEGORY#</a>#IIf(GetCategories.currentrow mod
break,DE(""),DE("<br>"))#
</cfoutput>


On Fri, Nov 14, 2008 at 11:21 PM, Loathe <[EMAIL PROTECTED]> wrote:

> Better?
>
> <table>
>        <cfoutput query="queryName">
>                <tr>
>                        <td>
>                                #var#
>                         </td>
>                 <cfif queryName.recordCount 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.
> >
> >
> > > -----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:280447
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