After posting I went back to mess with the code of the chm a little more.
I removed "Team Lib"'s tagging:
Code:
<table>
<td><a>Team LiB</a></td><td align="right">
<a><img alt="Previous Section"></a>
<a><img alt="Next Section"></a>
</td></table>
and replaced it by mimicking another chm with out the tagging
Code:
<table>
<tr>
<td><a><img alt="Previous Section"></a></td>
<td align="right"><a><img alt="Next Section"></a></td>
</tr>
</table>
after that it converted just fine