Quote:
Originally Posted by nqk
You can try adding the following css to the Extra CSS box, you will see the text 'end of chapter' at the end of every 'chapter'.
body:after {
content: 'end of chapter';
display: block;
margin: 4rem auto 0 auto;
text-align: center;
}
|
In the calibre e-reader Preferences | Styles tab I pasted the above into the CSS text box. I used "40rem" to get a very visible warning space.
Unlike "don't use the mouse wheel" or "edit all my books"... this is practical advice
which actually really helps.
So thanks!