If you will notice on my board at
http://www.recordingwebsite.com/Board/index.phpthere is an extra row between the 'Forum Name, Topics etc.' line and the first catagory (Music and Recording Forums).
The culprits are these two lines of code:
<td colspan="5" class="catbg" height="18"><a name="1"><b></b></a></td>
</tr> <tr>
<td colspan="5" class="catbg" height="18"><a name="4"><b>Music and Recording Forums</b></a></td>
</tr> <tr>
I've looked at the php code and to my thinking only the second should be written. For some reason it seems the prog is executing the same line twice. Is this perhaps a flaw in my sql database?