Thread: EPUB output
View Single Post
Old 11-04-2009, 02:31 PM   #554
Comedy of Errors
Junior Member
Comedy of Errors began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2009
Device: Cool-er
Quote:
Originally Posted by kovidgoyal View Post
I'm embarrassed to keep asking but even doing exactly as described in the help file it does not work.

My source file looks like this:

<h1>Chapter 1</h1>
<p>There was something supernatural here,
something extraordinary.</p>

So I do the conversion, default reader, tick no options, copy/pasting the Extra CSS from the help page:

p, div { margin: 0pt; border: 0pt; text-indent: 1.5em }
.spacious { margin-bottom: 1em; text-indent: 0pt; }

But when I open the epub output and look at what it has done I see this:

<h1 id="calibre_toc_2" class="calibre7">Chapter 1</h1>
<p class="p.spacious">There was something supernatural here,
something extraordinary.</p>

And every paragraph where I have not explicitly chosen a class is set to spacious, which is not what it says is meant to happen.

Is Calibre getting it wrong or am I?
Comedy of Errors is offline   Reply With Quote