View Single Post
Old 12-15-2021, 01:47 PM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,731
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by joiwind View Post
OK, here are two that don't work and two that do !
The problem is most likely caused by the page_styles.css stylesheet.

In "Past Masters Seven," it contains:
Code:
@page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
and in "You Play the Black and the Red Comes Up," it contains:

Code:
@page {
    margin-bottom: 5pt;
    margin-left: 72pt;
    margin-right: 72pt;
    margin-top: 5pt;
    size: 612pt 792pt
    }
The last entry, marked in red, is invalid. Try deleting everything, except for:
Code:
    margin-bottom: 5pt;
    margin-top: 5pt
Doitsu is offline   Reply With Quote