View Single Post
Old 05-18-2020, 06:39 AM   #5
JimmyR
ɴₐɴ
JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.JimmyR ought to be getting tired of karma fortunes by now.
 
JimmyR's Avatar
 
Posts: 421
Karma: 2507940
Join Date: Jun 2011
Location: 37.2N 93.3W
Device: KV PW4 PW3 PW2
Quote:
Originally Posted by jonathanc View Post
Hi all,
...

So I edited the book CSS (the majority of the text is block 7 (start of chapter) and block 8 (all other paragraphs)):

.block_7 {
display: block;
margin: 0;
padding: 0 <-missing semi-colon
widows: 2;
orphans: 2;
}
.block_8 {
display: block;
text-indent: 14.2pt;
margin: 0;
padding: 0 <-missing semi-colon
widows: 2;
orphans: 2;

Sadly, I still have widows and orphans.

What am I doing wrong?

You need semi-colons after your padding styles.
JimmyR is offline   Reply With Quote