Thanks Bobby. I had actually solved it, but it looks like your way might have worked also. Sometimes it is the little things that agitates me the most.
Doug B. ----- Original Message ----- From: "Bobby Hartsfield" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Sunday, January 07, 2007 10:06 AM Subject: RE: Any takers (Problem outputting in multiple columns) > <table border="0" cellpadding="2" cellpsacing="2" width="980" style="border: > 1px solid #ccccee;"> > <tr> > <cfoutput query="AllMainSubCatsRet" group="categoryID"> > > <td width="33%"> <!--- output here ---></td> > > <cfif currentrow mod 3 is 0 or currentrow is recordcount> > <!--- if this is a 3rd column OR the last record end the row ---> > </tr> > > <cfif currentrow neq recordcount> > <!--- if this is NOT the last record, start a new row ---> > <tr> > </cfif> > > </cfoutput> > </table> > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.432 / Virus Database: 268.16.7/618 - Release Date: 1/6/2007 > 7:47 PM > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265930 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

