Quote:
Originally Posted by FrustratedReader
Using blank lines for paragraphs or "breaks" is contrary to Smashwords guidelines.
|
But you don't (if you know what you're doing) do scene break "blank space" with a blank line; you do it by specifying the appropriate amount of top margin on the paragraph following the break.
eg:
Code:
<p>This is the last paragraph of one scene</p>
<p style="margin-top: 2em">This is the first paragraph of a new scene</p>
(implemented using named styles, obviously!)