View Single Post
Old 10-10-2010, 12:34 PM   #7
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
I don't know whether this is causing the problem, but I don't see any paragraph breaks, just hard line breaks. Also I don't recognise the tag </br>.

As far as I know the correct tag for linebreak in XHTML is <br />. It doesn't have a matching closing tag.

Try opening the HTML file in a good text editor and replace

Code:
every instance of <br class="calibre1"> with <p class="calibre1">

every instance of </br> with </p>
Then import the new HTML into calibre and try converting that.

If that is no better PM me with your email address and we can take it from there.

Edit: Oh and make sure you put the edited HTML file in the same folder as the unedited one so that it has access to the correct CSS file and any images when you import to Calibre.

Last edited by jackie_w; 10-10-2010 at 12:40 PM.
jackie_w is offline   Reply With Quote