Thank you for your response Angelo. It might be the theme. The default for the event list made the page difficult to read and unattractive so I put code in to make the changes I wanted in the events manager format settings.
After several tries this is the closest I have gotten to getting it to look like I want – just need to get it to align.
Is there a mistake here?
Default Event List Format Header:
<!– START HEADER –>
<table cellpadding=”0″ cellspacing=”0″ width=”100%” id=”current-events” >
<col style=”width:20%;” /> <col style=”width:20%;” /> <col style=”width:60%;” /> <td style=”vertical-align:top;”>
<thead>
<tr><th>Date</th>
<th>Time</th> <th>Event</th>
</tr> </td>
</thead>
Default Event List Format:
<tr>
<td class=”event-date”> #M #j, #Y </br> #@_{M j, Y } </td>
<td class=”event-time”> #_12HSTARTTIME </br> #_12HENDTIME </td>
<td><b> #_EVENTLINK</b>
#_LOCATIONNAME #_LOCATIONTOWN #_LOCATIONSTATE
</td>
</tr>
<table border=1 rules=rows frame=void>
THANK YOU!