Quote:
Originally Posted by JSWolf
The code has to be added to the KF8 eBook AFTER conversion and you cannot use your -30px code at the same time.
Get rid of your extra CSS. Then after conversion, put in
Code:
html {
margin-right: -45px;
margin-left: -45px;
break-inside: avoid !important;
}
at the top of the CSS. Also, make sure there is no @page of any kind in the CSS. You do not want two sets of global margins competing.
If you do not follow my directions, it's not going to work.
|
Jon, I DID that.
ok...I will look now for @page on css. and back here.....
I followed exactly what you told me. But the @page is new info....I'll do now.