View Single Post
Old 10-17-2008, 02:52 AM   #12
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by DaleDe View Post
It is not the   (non-breaking space) that is causing the problem. They would just show a gap between the words. The problem is the extra CR/LF sequence at the end of each line that is causing the problem. That is what must be removed. Then you can attack the nbsp problem which is easily fixed as you point out.
But if it starts out as a LIT file, the "underlying" format is HTML, and carriage returns are ignored in HTML - paragraphs are defined purely by "<p>" or "<div>" tags.

I would suggest using "ConvertLIT" to "explode" the LIT file to OEB, and then look at the resulting HTML source to see what's causing the line breaks.
HarryT is offline   Reply With Quote