![]() |
#1 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Oct 2011
Device: Kindle
|
kindlegen epub to mobi - lists are incorrectly displayed
If I convert epub to mobi lists (<ul> <li> hello </li> </ul> are incorrectly displayed. The dots starts in one line and the description text in another.
Screenshot of the incorrect result: ![]() I don't know how to solve this. I tried to modify the CSS and to change the HTML code but nothing I tried made a difference. I used kindlegen and Calibre for the conversion but the result is always the same. Any information pointer on how to solve this would be great. |
![]() |
![]() |
![]() |
#2 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 78,985
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Can you please post a sample ePub that shows your issue so someone can take a look?
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Oct 2011
Device: Kindle
|
@JSWolf Thanks for the fast reply.
I placed an example epub here: http://www.vogella.de/tmp/book.epub And the resulting mobi here: http://www.vogella.de/tmp/book.mobi |
![]() |
![]() |
![]() |
#4 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,341
Karma: 203719646
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
I think it's the <p> tag that is nested in the <li> tag. It's not really necessary.
Changing the code from: Code:
<ul class="itemizedlist"> <li class="listitem"> <p>Item1</p> </li> <li class="listitem"> <p>Item2</p> </li> <li class="listitem"> <p>Item3</p> </li> <li class="listitem"> <p>Item4</p> </li> </ul> Code:
<ul class="itemizedlist"> <li class="listitem">Item1</li> <li class="listitem">Item2</li> <li class="listitem">Item3</li> <li class="listitem">Item4</li> </ul> Last edited by DiapDealer; 10-28-2011 at 02:11 PM. |
![]() |
![]() |
![]() |
#5 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Oct 2011
Device: Kindle
|
@DiapDealer: Thank you very much. After removing the <p> </p> tags the output looks great.
Thank you again. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 28,341
Karma: 203719646
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
You're welcome.
![]() |
![]() |
![]() |
![]() |
Tags |
epub, mobi |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
KindleGen: Epub to Mobi conversion | virtual_ink | Kindle Formats | 21 | 11-18-2011 08:00 AM |
Kindle Previewer Displays HTML lists incorrectly when converting from EPUB | Gandharva | Kindle Developer's Corner | 1 | 09-01-2011 06:52 PM |
EPUB to MOBI - Extra Space on Bullet Lists | squiggy | Conversion | 2 | 01-31-2011 10:50 AM |
convert pdf to epub or lrf incorrectly | jack06 | Calibre | 1 | 07-06-2010 04:22 PM |
Mobi Files Are Not Displayed In EZReader V3 | aegeus | Calibre | 2 | 12-27-2009 04:02 PM |