<table>
<tr>
<td colspan=3>
Header content
</td>
</tr>
<tr>
<td>
Left menu content
</td>
<td >
then in the forum footer.asp add these lines
If you want a menu on the right add this to the footer
</td>
<td>
Right menu content
</td>
</tr>
<tr>
<td colspan=3>
finish the table
</td>
</tr>
</table>
That should give the same layout as this website (not exactlly though).... but that gives the top both/one side menu the forum in the middle or next to the menu like Web Wiz and a footer
If you cut and paste the section of code above and place it in the editor (yours) it will give the explained discription above