Quote:
Originally Posted by kaito
So is there any other simple way to automate the reformatting of EPUBs when importing into Calibre so when they are served on the Content server to my E-readers they can be viewed with proper formatting?
|
To mAto, To mato
/* a Proper (paragraph) format is: */
p{
margin: 0.5em 0 0 0;
text-indent: 1.2em;
text-align: justify;
}
so there

(YMMV)