Quote:
Originally Posted by JSWolf
I put the justify in the body style. As for the font-family, I would not have put it in unless it goes with an embedded font. The font-size, I would dump as well. Also, the 0.00em should be just 0. The text-indent also is too small. I use 1.2em.
Code:
body {
oeb-column-number: 1;
widows: 1;
orphans: 1;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
text-align: justify
}
p {
margin-top: 0;
margin-bottom: 0;
text-indent: 1.2em
}
This is code I use.
|
justfication, like fonts, is something that should be determined by the device settings unless there is a peculiarly compelling reason in that specific case to specify it.
Just my $0.02
Some people prefer justified, some people prefer ragged right, and who are you to override their device settings just because you prefer it?
Set it in your own device settings and leave the default unspecified.