Quote:
Originally Posted by Semwize
Quote:
ePub fixed top/bottom margins
|
In my opinion, this patch does not affect anything at the moment.
Quote:
- ReplaceString: {Offset: 0x0E, Find: "00px", Replace: "00px"} # TOP MARGIN
- ReplaceString: {Offset: 0x18, Find: "00px", Replace: "00px"} # BOTTOM MARGIN
|
In my opinion, this patch does not affect anything at the moment.
I tried to change, 0 effect
Correct if I'm wrong.
|
If the publisher has set a @page margin in the book's stylesheet then the `ePub fixed top/bottom margins` patch should override it, and if you change the Replace: values then the top/bottom margins should increase by the amount you set.
But perhaps something has changed and @page doesn't work anymore, or maybe the patch can no longer overrides the @page margin set in the book's stylesheet? If that has happened then it would break the `ePub fixed/adjustable top/bottom margins` patch too.