View Single Post
Old 05-31-2015, 08:51 AM   #10
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,191
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by kaito View Post
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?
Quote:
Originally Posted by theducks View Post
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)
For me it is easier to track the lines with justification.
This is my preferred paragraph format:
Spoiler:
Code:
p{
margin: 0 0 0 0;
text-indent: 2em;
text-align: justify;
}


As Ducks say YMMV.

Luck
bernie
gbm is offline   Reply With Quote