View Single Post
Old 05-31-2010, 08:45 AM   #8
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by asjogren
On a related issue with TXT input, the Conversion Preference "treat each line as a paragraph" does not appear to work. The result was each chapter was a paragraph.
Unless you use markdown processing (which has very specific requirements for formatting), TXT input has no idea what a chapter is. It works exclusively on lines.

Quote:
Originally Posted by FatDog View Post
I'm struggling with similar issues.

I took someones advice and I am trying to put simple HTML tags into my .txt file to create .htm/.html.

To preserve spacing when I need it I can add PRE and /PRE tags around things that should NOT be flowed.
Pre tags are almost always a bad idea. HTML supports other layout methods such as div and tables.
user_none is offline   Reply With Quote