View Single Post
Old 01-21-2012, 06:26 PM   #1
modctek
Junior Member
modctek began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: Acer A100
Colspan not rendering properly in MOBI format

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?
modctek is offline   Reply With Quote