Quote:
Originally Posted by DNSB
Personally, I remove all the text-align: justify; entries from the stylesheet and use a single text-align: left; in the body style.
|
For books without a body style, would you just add
Code:
body {
text-align: left;
}
to the CSS
perhaps including in body:
Code:
font-size: normal;
margin: 0 0 0 0;
padding: 0;