Not sure what you are trying to do, FG. Could you please rephrase the
question?

Pat

> Patrick Harkins
> Research Application Support Specialist
> Shur-Gain
> 150 Research Lane Suite 200
> Guelph ON 
> N1G 4T2
>        (519) 823-7017


> -----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
> ---------------------------------------------------
> 
> 
> 
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

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

Reply via email to