something like this:

<table>
<tr>
        <cfoutput query = "myquery">
        <td>#myquery.myvar#</td>
        <cfif myquery.currentrow mod 3>
        </tr><tr>
        </cfif>
        </cfquery>
</tr>
</table>

-----Original Message-----
From: Joseph Eugene [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 05, 2000 7:18 AM
To: [EMAIL PROTECTED]
Subject: Table rows ???


Hello Pundits,
                     Would you guys know the best way to display 3 records
in a row  and the next 3 in the second row, as many records they are. I can
get it to work with a lot of
code, but i guess thats a load on CF>. Kindly email me the the code.
Appretiate it.

Thanks
Joseph Eugene


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to