You might be right -
I don't know.
Having checked, indeed, you are right - my suggestion only affects the first and last pages of a flow for top & bottom margins.
adding your suggestion to the CSS code works
@page {
margin: 5px;
}
is the right way to do it. Thanks!
Quote:
Originally Posted by ugerhard
This will only specify the top and bottom margin for the entire document, won't it (so that the top and bottom margins for a page after the first resp. before the last page of the ebook are not set)? It will work for left and right margins, though.
To specify margins of the pages on the screen, I use the @page selector, mostly with
@page {
margin: 5pt;
}
for display on the CyBook Opus.
|