Trying to convert some LIT books for my new Kindle 3.
When the .mobi is viewed on the kindle, all the text is double spaced and the lines don't wrap correctly.
Running in debug mode, I see that the html in the input directory has each line wrapped in paragraph tags, so I guess what I'm seeing is a paragraph break after each line.
If I view the html from the input directory using IE or Firefox, it looks correct. No double spacing.
It's unreadable on Kindle as it is. What can I do to fix up the output?
The top of the HTML looks like this:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta name="ProgId" content="Word.Document"/><meta name="Generator" content="Microsoft Word 10"/><meta name="Originator" content="Microsoft Word 10"/><style>
p
{text-indent:0px;text-align:left}
<!--
/* Font Definitions */
@font-face
{panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;margin-bottom:.0001pt;font-size:small;}
Thank you for any help!