Quote:
Originally Posted by buffaloseven
Using the new version of the Kobo driver in Calibre, you can create a file called "kobo_extra.css" in the root of your device's memory with CSS rules that will be applied to books sent to the device. In your case, you could specify a css rule of:
Code:
p {
margin-top: 0;
margin-bottom: 0;
text-align: justify;
text-indent: 1.5em; /* optional */
}
This would add those CSS rules to all the books you send to the device, and ensure that it correctly replaces any existing values.
|
I will have to try that when I am energetic

Only thing I could get to work previously with the kobo_extra.css was the widows orphans thing.
Helen