View Single Post
Old 02-09-2022, 06:24 AM   #13
stellatus
Member
stellatus began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2022
Device: Kindle
Quote:
Originally Posted by Karellen View Post
Confirming what @davidfor has stated, I have used the following code in two novels which works well reading on my Libra2...

Code:
.nopagebreak {
  page-break-inside: avoid;
  margin-left: inherit;
  margin-right: inherit;
}
Then in the body of the text I use...
Awesome! Good to know
stellatus is offline   Reply With Quote