My Coding Methodology - Understanding The Madness And The Man Behind It

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

For Cut-and-Paste