You just need a blank row after each row? How about this: <cfoutput query="foo" group="payment_id"> this shows up once per payment id<br> <cfoutput> this shows up once per row </cfoutput> <tr><td><!--- blank line ---></td></tr> </cfoutput>
Or am I misunderstanding your problem? > -----Original Message----- > From: Torrent Girl [mailto:[EMAIL PROTECTED] > Sent: Monday, November 27, 2006 7:12 AM > To: CF-Newbie > Subject: Re: add a break after rows in a cfoutput (query) > > basically I need a row for the payment id and then a row > under that row for each record > > >Ah you are using it wrong. When doing grouping you have 2 > sets of cfoutput: > > > ><cfoutput query="foo" group="payment_id"> > > this shows up once per payment id<br> > > <cfoutput> > > this shows up once per row > > </cfoutput> > > > ></cfoutput> > > > >On 11/27/06, Torrent Girl <[EMAIL PROTECTED]> wrote: > >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2273 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
