Thread: AMAZING!!
View Single Post
Old 05-05-2015, 11:10 AM   #1
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,823
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
AMAZING!!

I don't know where to post this but I just realized that ADE SUPPORTS widows and orphans and page-break-after: avoid. I did my test even with ADE 2.067532 and the properties WORK!

In order to enable widows and orphans I had to use the following statement:

Code:
p {
    widows: 2 !important;
    orphans: 2 !important;
}
After that I used:

Code:
p {
    widows: 1 !important;
    orphans: 1 !important;
}
and ADE -in both cases- respected the properties. Amazing! That means that ereaders based on RMSDK should also support widows, orphans and page-break-after: avoid.
RbnJrg is offline   Reply With Quote