http://tutorial140.easycfm.com/
http://tutorial141.easycfm.com/

Either of those should help (the second one goes a bit further towards
maintaining 'proper' HTML) :)

-----Original Message-----
From: Jillian Carroll [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 04, 2004 9:35 AM
To: CF-Talk
Subject: Displaying Results in Columns

I'm hoping somebody out there can help.  I need to display these results
in two columns (currently just displaying in one).  

<cfquery name="search" datasource="#DSN#" username="#db_username#"
password="#db_password#">
SELECT *
FROM users
WHERE dealership = #form.dealership#
ORDER BY
department
</cfquery>

<cfoutput query="search" group="department">
#department#

<br /><br />
<cfoutput>
#first_name#<br />
</cfoutput>
<br />
</cfoutput>

Thanks!

--
Jillian
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to