hello,
i have a html report
i wish to have a option that generates html

how do you do this
tips??


<cfloop query="westcoastCases">
<tr>
<td>#allcaseID#</td>
<td>#dateformat(CRTN_DT,"mm/dd/yyyy")#</td>

</tr>
</cfloop>