Hi Everyone,
I don't use cfloop very much, so I got this table, I want to display
in 4 columns, how do you do that using a cfloop?
<form>
<table border="1">
<tr>
<cfloop index="h" from="10" to="12" step="1">
<cfloop index="m" from="00" to="55" step="5">
<cfoutput>
<cfset mytime = CreateTime(h, m, "00")>
<td><input type="checkbox" value=""></td>
<td valign="top"
nowrap> #TimeFormat(mytime,"HH:MM
tt")# </td>
<td><input type="text" size="3"></td>
</cfoutput>
</cfloop>
</cfloop>
</tr>
</table>
</form>
Thanks
Sophek
----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe:
http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe:
http://www.dfwcfug.org/form_MemberRegistration.cfm