<cfloop from="1" to="#myQuery.RecordCount#" index="i" step="3">
        <tr>
                <td>myQuery.Column[i-2]</td>
                <td>myQuery.Column[i-1]</td>
                <td>myQuery.Column[i]</td>
        </tr>
</cfloop>

Sort of corny, but it'll work. ;-)

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:40 AM
To: [EMAIL PROTECTED]
Subject: Table row formating???



Hello all,
          how are you all getting to display 3 records from the
database at a time? Lets say the sql query returns 30 records,
how can i display 3 in a row and have 10 rows?

Appretiate it

Thanks
Joe


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



-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!

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