Quote:
Originally Posted by angharad09
I'm seeing one solution recommended, which is to wrap the heading and the first paragraph in a <div> with the appropriate CSS. But that seems like a lot of manual interventions and thus a lot of opportunity for error.
And I'm wondering how bad it would be to just insert a really small <p> (maybe line-height 0.15 or the like) before the headings, so that if a break had to happen it would happen there?
|
Those both strike me as ugly kludges. The first one, with the div, would probably push the header and first paragraph onto the next page. Since you're somewhat amenable to having a page break before the subheading maybe it's time to start thinking about forcing a page break before each subheading. (Every morning when you wake up tell yourself it wouldn't be
that bad and maybe eventually you'll accept it. Heh.)