on 6/6/03 11:45 AM, Jerry Johnson at [EMAIL PROTECTED] wrote:

> in pseudo code first
> 
> if odd row, add TR
> 
> draw TD
> 
> if even row, add /TR
> 
> 
> In CF:
> 
> 
> <cfif query.currentrow mod 2 neq 0>
> <tr>
> </cfif>
> <cfoutput>
>   <td><img src="#image#"></td>
> </cfoutput>
> <cfif query.currentrow mod 2 eq 0>
> </tr>
> </cfif>
> 
> Does this make sense?

Aha, I took out the cfoutput tags...d'oh! Works perfect now...I had the
EXACT same thing but I had used mod() instead...but I had nested the
cfoutput tags too...I wrapped it ALL in my cfoutput tag and it worked
fine...thanks for the help.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to