....in the if statement issue a <tr> when it evaluates to true... Rgds
Paolo Cesana IT Development Manager "Electricity is not the result of a series of upgrades to the candle" Auth. unknown MIF, an EGL Business "Dedicated to problem-free transportation" Phone: (305) 594-0038 ext. 7326 Fax: (305) 593-0431 e-mail: <mailto:[EMAIL PROTECTED]> WEB site: <http://www.mif.com> WEB site: <http://www.eaglegl.com> -----Original Message----- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 11:42 AM To: CF-Talk Subject: Re: Using mod to display two across in a table... on 6/6/03 11:31 AM, Critz at [EMAIL PROTECTED] wrote: > oi Jeff!! > > if query.currentrow mod 2 eq 0>..... ...then, what? This I can get. It's the closing of the table row that's throwing me off...in pseudocode, I see this: <cfif query.currentrow mod 2 eq 0> <cfoutput> <tr> <td><img src="#image#"></td> <td><img src="#image#"></td> </tr> </cfoutput> </cfif> But this obviously isn't right...arrrgh... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

