Quote:
Originally Posted by Jellby
You mean widow and orphan avoidance, I guess.
|
Well, I'm not so sure of that. The way to the CSS does it is to use...
body {
widows: 0;
orphans: 0
}
So given that 0 is off and any other number is on. Maybe we are both right? I dunno exactly.