Just out of curiosity, Colonel, what is that signature all about?

M

-----Original Message-----
From: FlashGuy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 24, 2002 1:25 PM
To: CF-Community
Subject: Display 3 columns


Yo all,

I'm doing a <cfloop on my cookie variable which is being picked up from my
database and set.

I want to display the results into three columns rather than just one.

Here is my code.

<cfif cookie.DisplaySelect GT 0>
<cfoutput>
                    Display Results:
                   <cfloop index="ListElement" list="#cookie.DisplaySelect#"
delimiters=",">
                   #ListElement#<br>
                  </cfloop>
</cfoutput>
<cfelse>
                  Display Results: None Selected
</cfif>

Here is the output:

program files
temp
test
windows


How can I display it as a 3 column table? The output varies depending on
directory structure.

program files                    temp                           test
windows                         etc.                             etc.
etc.                                  etc.
etc...






---------------------------------------------------
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---------------------------------------------------




______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to