Many lit files have a blank line hard-coded in between every paragraph. The option under look and feel to remove spaces between paragraphs does work, but this feature only works on the CSS, not on the actual html content.
If you want it to remove blank lines from the actual html, enable both 'remove blank lines' under Look and Feel, and also enable "preprocess input file" under structure detection. The preprocess option does actually manipulate HTML, and it checks to see if the look and feel option is enabled. If it is, it deletes hard-coded blank lines when they're inserted between every paragraph.
This should also work for text with whatever settings you're using, but there are other ways to fix text conversion using the text input options.
This method isn't always guaranteed to work, but it should cover the most common cases.
Last edited by ldolse; 11-03-2010 at 08:35 AM.
|