Quote:
Originally Posted by Asterios93
Thank you! Now I have a name for this. But I can't disable it without dedrm the ebook etc. Why they do that?
I am sorry for double posts but I can't see them previously.
|
Download the KF8 version and remove the DRM. Then edit the CSS to add in the following code.
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
Then convert to KFX and side load to your Kindle. That should solve the problem.