goodoyster
12-07-2002, 03:34 PM
I have a form that allows the user to select from several options, and when submitted takes them to another page to display the results based on those choices. The number of results could be any where from 1 to 20 or more, and I would like to display the results in 2 columns.
What is the best way to do this? I know there is something to do with <cfset x=0> and a <cfif x mod 2 is 1> , but I'm missing vital pieces of the code and don't know what they are!
Any other suggestions on how to do this?
Any help would be much appreciated!
What is the best way to do this? I know there is something to do with <cfset x=0> and a <cfif x mod 2 is 1> , but I'm missing vital pieces of the code and don't know what they are!
Any other suggestions on how to do this?
Any help would be much appreciated!