Thread: RTF conversion
View Single Post
Old 11-16-2011, 03:45 PM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,103
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by ElMiko View Post
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
theducks is offline   Reply With Quote