GOT IT! Finally… THANK YOU!!!
Here is the solution:
[events_list_grouped mode=”daily” Town=”Town Name” format_header=”<table>” format_footer=”</table>”]
<thead>
<tr>
<th class=”event-time” width=”120″>Date/Time</th>
<th class=”event-description” width=”100″>Event</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>#_EVENTTIMES</td>
<td>#_EVENTIMAGE{100,100}</td>
<td>
#_EVENTLINK
{has_location}<i>#_LOCATIONLINK</i>{/has_location}
{has_location}<i>#_LOCATIONTOWN, #_LOCATIONSTATE</i {/has_location}
</td>
</tr>
[/events_list_grouped]
Seems obvious now…