Thread
:
About page-break
View Single Post
01-14-2026, 07:42 AM
#
6
icearch
Zealot
Posts: 121
Karma: 1000
Join Date: Nov 2025
Device: none
Quote:
Originally Posted by
Karellen
Those tags are deprecate:
https://developer.mozilla.org/en-US/...e-break-inside
Should use:
https://developer.mozilla.org/en-US/...s/break-inside
Though the Libra2 does not recognise the newer tag and still prefers the deprecated tag.
Use both tags in your CSS. Something like this...
.nopagebreak {
break-inside: avoid;
page-break-inside: avoid;
}
Sadly, break-before: always; and break-before: page; does absolute nothing.
At least in Sigil's readium plugin.
Does this have something to do with the plugin? Or it will happen in other readers out there?
icearch
View Public Profile
Find More Posts by icearch
Track Posts by icearch via RSS