Quote:
Originally Posted by joiwind
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