Isn't the use of the br tag for a scene break a misuse of the tag ?
https://developer.mozilla.org/en-US/...TML/Element/br says :
Quote:
The HTML <br> element produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.
Note: Do not use <br> to create margins between paragraphs; wrap them in <p> elements and use the CSS margin property to control their size.
|
A <br> on its own isn't supposed to create an empty line, the simpler solution would be to remove the Calibre_1 classing applied to the breaks (as it might be used elsewhere) and apply a class that set a top and bottom margin to say 1em.
BobC