View Single Post
Old 02-20-2011, 03:52 AM   #9
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by cybmole View Post
there's no HTML code as such for a section break is there - folks just add a blank line or two, or some squiggles ?
It depends of the book. If it's well formatted you might have:

Code:
<p>Some paragraph.</p>
<div class="break">* * *</div>
<p>Another paragraph after a "scene change".</p>
or just:

Code:
<p>Some paragraph.</p>
<p class="spaced">Another paragraph after a "scene change".</p>
Calibre probably changes class names, but those should be easy to style to remove the indent (use "p.spaced" or "div.break + p").
Jellby is offline   Reply With Quote