View Single Post
Old 06-17-2011, 01:59 AM   #3
fdge
Junior Member
fdge began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Sony Reader PRS-700
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
fdge is offline   Reply With Quote