You want the truth!

You can't handle the truth!

:-)

On Tue, 24 Sep 2002 16:54:50 -0400, Haggerty, Mike wrote:

> Just out of curiosity, Colonel, what is that signature all about?
> 
> M
> 
> -----Original Message-----
> From: FlashGuy [mailto:flashmx@;rogers.com]
> 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
> ---------------------------------------------------
> 
> 
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=5
Subscription: 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_community
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to