Quote:
Originally Posted by GERGE
I have a question, I want a fixed top margin, but something like 10px, not 25px. How should I set this:
# Optional replacement value: Uncomment for a FIXED TOP MARGIN size in px,
# default 25px. Replacement value is margin size, two digits separated by \0
# (Leave commented out for an adjustable top margin.)
replace_string = B82BBE, `%\01`, `2\05`
1\00 ?
|
Yes, as in:
Code:
replace_string = B82BBE, `%\01`, `1\00`
The thing is that for epubs in normal reading mode there is a built-in 15px top margin, but no built-in margin in full-screen mode. So if you set a fixed top margin of 10px you will get 25px in normal mode and 10px in full-screen mode.