View Single Post
Old 11-24-2014, 01:54 PM   #13
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: 80,212
Karma: 148951761
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 Jellby View Post
Unlike JSWolf, my preferred <p> style is:

Code:
p {
  margin: 0
  text-indent: 1.2em /* no strong preference, anything between 1em and 2em */
}
My preferred <p> style is similar to yours. I only did it the way I did for this particular instance.

Quote:
The text-align, I leave it to the renderer, and I don't want extra separation between paragraphs.
The problem is that not all renderers allow you to set the justification externally. On a Kindle if there is no justification specified, it uses left justification. So yes, you should be specifying full justification otherwise, you could end up with a justification you don't want and no way to change it.

Last edited by JSWolf; 11-24-2014 at 01:56 PM.
JSWolf is offline   Reply With Quote