Quote:
Originally Posted by Moonraker
Yes, I know. That's why I put _space_ in the <div class> tag then it's not empty. However, Calibre has recently been removing the _space_
|
Why use that construct at all?
If you are starting a new scene and you want a larger space from the preceding paragraph, give it its own class with a larger top margin... just like a FirstParagraph has its own treatment.
Code:
p.newscene { margin-top: 200%; }