I have defined @page :left and :right margins like this:
@page :left {
margin-left: 0.75in;
margin-right: 0.25in;
}
@page :right {
margin-right: 0.75in;
margin-left: 0.25in;
}
When I print using Chrome it always seems to start the document with the :left rules.
Is there a way to have printing start with the :right rules?
I'm most interested in a solution for Chrome, but I'd also be interested in solutions for Prince.
You can use the
page-break-before css propertyto adjusts page breaks in both Chrome and Prince (apparently).