You need to edit the events_inc.asp file
and change the layout of the table from 1 row and 3 columns to 1 column and 3 rows.
The code for the table starts on line 94 of the unedited file.
change the next litte section to look something like this
<!-- #include file=events_styles.asp -->
<table>
<tr>
<td bgcolor="<% =strHeadCellColor %>">
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>" size="+1"><b><%=strForumTitle%> Events</b></font></td>
</tr>
<tr>
<td bgcolor="<% =strForumCellColor %>">
<table border=0 cellspacing=4 cellpadding=0 width="100%">
<tr>
<td width=10% valign=top>
<%DisplayMonth_small()%>
</td>
</tr>
<tr>
<td width=45% valign=top>
<%DisplayUpcomingEvents()%>
</td>
</tr>
<tr>
<td width=45%% valign=top>
<%DisplayPastEvents()%>
</td>
</tr>
</table>
</td>
</tr>
</table>
you'll need to change where you put your include statement, so that it doesn't break the normal table layout.
----------------------------------------
Badges? We don't need no stinking badges