Quote:
Originally Posted by ElMiko
It looks like calibre sometimes inserts the following code
Code:
<br class="calibre8" />
into empty carriage returns between paragraphs when converting from RTF to anything else.
I was wondering A) why, and B) how to make it stop.
I've run across these calbire "br classes" before, too. Any general color on what they are and how they behave would be appreciated.
|
<h3 class="chapter"> Chapter 1 <br />A Subtitle Underneath</h3>
.chapter {
text-align: center;
text-indent: 0;
}

doing this trick in Sigil, will include both lines in the TOC on ONE LINE