View Single Post
Old 05-01-2015, 06:06 PM   #27
murg
No Comment
murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.murg ought to be getting tired of karma fortunes by now.
 
Posts: 3,240
Karma: 23878043
Join Date: Jan 2012
Location: Australia
Device: Kobo: Not just an eReader, it's an adventure!
Quote:
Originally Posted by Joques View Post
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.
murg is offline   Reply With Quote