Hi,
Thanks. The print book from which I am converting this is extremely layout intensive:
annsworld.com/wp-content/uploads/20
...
So I've gotten rid of the background, double columns etc. I did end up inserting the tables as photos as they kept messing up. But it still has a lot of photos. Plus a lot of paragraphs fromt he different training steps. And that's how I end up with all the widows and orphans.
I have used in the headers:
page-break-inside: avoid;
page-break-after:avoid;
and I have defined
div.together {
display: inline-block;
page-break-inside: avoid;
}
p.together {
display: inline-block;
page-break-inside: avoid;
}
in an attempt to keep photos and captions together.
Neither are working so well. Same for the widowns and orphans commands - just not working.
Don't know why. I am testing on an ipad. Maybe that has something to do with it.
I am getting close to the point of saying THWI and uploading it anyways. (I know, bad attitude <smirk>).
I have googled up and down and what seems to be working for others does not seem to work for me. Ah well. :(
BTW do you know of a free Hex editor. Never tried one, and frankly do not even know what you are talking about there. :-), but would be interested to have a look. Learn s.th. new. :-D
Thanks and take care,
Ann.