View Single Post
Old 12-07-2018, 06:03 AM   #61
Virgilio1
Junior Member
Virgilio1 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2018
Device: iphone
Quote:
Originally Posted by snoeki View Post
I am looking for an option to convert my epub collection to azw3 and I would like to get negative margins for my kindle paperwhite 1.

I do this now manually and I change the css to this :

p {
margin-left: -40px;
margin-right: -40px;
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}

The margin-left and margin-right to -40px. I am looking for a way to do this when I convert the books to azw3 without having to change the css files manually.

The problems I get is that not all the css files are the same. Sometimes people use the p option and somtimes the div options or they put the margins in the body.

Is there a way to get this right while converting without doing anything manually?
Das ist eine gute Idee, aber ich schaffe es nicht, das automatisiert zu bekommen. Wenn ich dies während der Konvertierung in die Option extra css einfüge, erhalte ich eine zweite oder dritte css-Datei mit dieser Info und es wird nicht funktionieren.
Virgilio1 is offline   Reply With Quote