View Single Post
Old 08-13-2024, 06:08 AM   #13
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 564
Karma: 32228
Join Date: Feb 2012
Device: Onyx Boox Leaf
Quote:
Originally Posted by Andy Martinez View Post
Because I never know in advance where a chapter will end
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;
}
nqk is offline   Reply With Quote