I am outputing the results of a query--
<cfquery datasource="578.fbi" name="events">
SELECT eventID, day, month, year, title, body
FROM event
WHERE month = #CurrentMonth# AND year = #CurrentYear# ORDER BY day ASC
</cfquery>
into a table--
<table border=1>
<tr>...