Okay, here's something to start you off. In your FORUMHOME template find:
Place this after it, you may then edit your Title and Message using HTML if you want also:
Code:
<!-- monthly message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">Title</td>
</tr>
</thead>
<tbody>
<tr>
<td class="thead" colspan="2">
<strong>Message</strong>
</div>
</td>
</tr>
</tbody>
<!-- /monthly message -->