Quote:
Originally Posted by Joques
The scene breaks are simply inserted line breaks like this: <div> <br/></div> instead of having the padding properly defined in the corresponding css class. So that's why they were too big.
|
Scene breaks should not be handled in CSS.
Scene breaks are content, not formatting.
For eReaders (which means epubs) scene breaks should be something other than a space, either asterisks or a line or something. A space scene break will completely disappear if it is displayed at the top or bottom of the screen.
This is why physical books use * * * if the scene break is at the top of bottom of a physical page.