The Calendar page is preformatted so that you can easily add your chapter calendar information. The first paragraph is meant to be a sample of the type of introductory information you may want to show. You may modify the paragraph if you choose. The calendar items are formatted so that the rows alternate with shading. Remember that this is a public website. Only events to which the public are invited should be included. This would include chapter meetings. Do not include district meetings, state conference, or Continental Congress. Please remember to include a link for the reader to ask for more information.
There are enough rows in the calendar table to accommodate chapter meetings and a few extra events. If you do not need all of the rows, you may delete extras.
Want to start fresh? This html code below is directly from the chapter base used to create new chapter sites. If you copy the code, you can place it on your calendar page. Placement would be accomplished by "toggling" the editor to the html code editor and pasting it.
<table id="chaptercalendar" style="width: 95%;">
<thead>
<tr>
<th>Dates & Times</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">
<p>Date:</p>
<p>Time</p>
</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr>
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr>
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr>
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr>
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr>
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr>
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
<tr class="row-shading">
<td class="tdbottom" valign="top" width="24%">Date:<br />Time:</td>
<td class="tdbottom" valign="top" width="76%">
<p><strong>Meeting or Event</strong></p>
<p><em>Program: </em></p>
<p>Chairmen:</p>
</td>
</tr>
</tbody>
</table>