I have a form in which the user can check a box, and if so, the various
filled-in fields are composed into a Rich Text Format business letter
beyond the end of everything else. It was tricky to make it work, but it
does, and it performs satisfactorily.Now I want to make a modifcation in
which there'a a mandatory page break at a certain point in the business
letter. I tried to do this using the CSS2 page-break-before style
element, in the paragraph tag that is supposed to begin the second page.
I...