View Single Post
Old 11-01-2011, 03:45 PM   #2
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: 29,784
Karma: 54830978
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 therealjoeblow View Post
I have some html files with simple unformatted line breaks, ie

Code:
<br>
When I convert them with calibre, it puts a formatted break in front of the break, ie

Code:
<br class="calibre1"><br>
I don't want it to do that, as it effectively gives me a full line blank space in between the 2 lines where the break occurs, I just want it to retain the simple line break.

Is there a config option to disable this?

thanks
The REAL Joe
Both breaks in your example are non conforming code wise.
<br /> is the accepted form
(NB I have never seen Calibre insert without the (space)/> )
theducks is offline   Reply With Quote