Quote:
Originally Posted by Jellby
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.