View Single Post
Old 05-17-2016, 05:28 AM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by larysa View Post
I use ocr software to convert my scan page into text page, after import text into calibre.
But on each paragraph i have to add my p class at the beginning and /p at the end...
For each paragraph!! I want add this with one rule....
You don't need to add <p class="someclassname">. For most paragraphs, just use <p> and in css, something like this...

p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em;
}

You just change p as you want and you won't need a class for most p.
JSWolf is offline   Reply With Quote