Might have got the wrong end of the stick here but don't you just need colspan?


        <cfif (currentrow mod 2 EQ 0) or (currentrow EQ recordcount)>   
        <td colspan="2">#getFoo.fname# #getFoo.lname#</td>
        <cfelse>
        <td>#getFoo.fname# #getFoo.lname#</td>
        <td>#getFoo.fname[currentrow+1]# #getFoo.lname[currentrow+1]#</td>
        </cfif>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278574
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to