Question
Display Quesiton in 4 Columns
Hey all-
I have a structure as the following:
<cfset student.firstname="tom">
<cfset student.lastname="john">
<cfset student2.firstname="sam">
<cfset student2.lastname="smith">
<etc...>
I have 12 records in this structure. How do I display this as 4 columns and three rows?
Thanks for any help,
Regards,
ISM
I have a structure as the following:
<cfset student.firstname="tom">
<cfset student.lastname="john">
<cfset student2.firstname="sam">
<cfset student2.lastname="smith">
<etc...>
I have 12 records in this structure. How do I display this as 4 columns and three rows?
Thanks for any help,
Regards,
ISM