View Single Post
Old 01-20-2013, 01:09 PM   #11
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,463
Karma: 192992430
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by theducks View Post
It runs together for me if I don't include some sort of space
Probably all depend on your Clean Source Settings. If it's turned completely off and your code starts life as one line:
Code:
<h2>Chapter One<br />The Title</h2>
Then the entry will be created in the NCX file (when clicking "Generate ToC") with no space...
Quote:
Chapter OneThe Title
If, however, you have at least Pretty Print turned on, then
Code:
<h2>Chapter One<br />The Title</h2>
becomes
Code:
<h2>Chapter One<br />
The Title</h2>
and the entry will be created in the NCX file with a space when clicking Generate ToC...
Quote:
Chapter One The Title
That's the way it works for me anyway.

Last edited by DiapDealer; 01-20-2013 at 01:22 PM.
DiapDealer is offline   Reply With Quote