Quote:
Originally Posted by franklekens
Is there something in the CSS that could cause this that I should tweak manually? (I've added the contents of the css a a text file, just in case.)
|
It's hard to be sure without access to the whole book but if it was mine I'd be suspicious of the <div> tag immediately after the <body> tag which has an inline style attribute.
It reads <div class="body" style="white-space: pre-wrap; line-break: strict;">. I can't think of any circumstances where I'd want to keep something like this.