<table> <tbody> <!--- Loop over the data rows. ---> <cfloop query="qRows"> <tr> <td> <cfset WriteOutput( qRows.data ) /><br /> </td> </tr> </cfloop> </tbody> </table>