Builds a table in your Cold Fusion template. Use the CFCOL tag to define column and row characteristics for a table.
<CFTABLE QUERY="GetMonthlyEvents" MAXROWS=10 > <CFCOL HEADER="<B>Event</B>" WIDTH=24 TEXT="#EventName#"> <CFCOL HEADER="<B>Time</B>" WIDTH=7 ALIGN=CENTER TEXT="#StartTime#"> <CFCOL HEADER="<B>Ticket</B>" WIDTH=6 ALIGN=CENTER TEXT="$#CostPerPerson#"> <CFCOL HEADER="<B>Description</B>" WIDTH=100 ALIGN=LEFT TEXT="#EventDescription#"> </CFTABLE>