I am trying to do a little creative formatting for my book (built in SIGIL) with the following:
Code:
<table>
<tr><td colspan="2"><hr></td></tr>
<tr><td>stuff</td><td>more stuff</td></tr>
<tr><td colspan="2"><hr></td></tr>
<table>
This renders fine in EPUB format, but on converting to MOBI, both the Kindle App and Calibre's viewer renders the two colspan rows at the bottom of the table. Anyone else getting this behavior? Any suggestions how to get around it?