View Single Post
Old 08-03-2012, 09:49 PM   #3
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by JSWolf View Post
I have an ePub that has a image at the top of every chapter followed by the chapter header text. When converting to Mobi, the image becomes separated on a single page for every chapter. I did try heuristic processing and that failed.

Is there any way to fix this or is this a bug in Calibre?
I don't know much about mobi format but how about, before you convert, code the epub chapter headings something like:
Code:
<h2 class="whatever"><img src="images/chap1img.jpg" alt="" /><br />Chapter 1</h2>
i.e. join the chapter hdg image & text together with a <br />
jackie_w is offline   Reply With Quote