You might be able to manually add a CSS style for page-break-before to the view and set a that class on the div in the template for the optional section.
Let me know how this works.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
> in designer you open menu "Insert" there you have a "page-break", which
you
> can insert at the position you want.
Yes, I knew it. But I don't want the "hard" page break. I want "optional"
page break that will be shown before the optional section if it doesn't fit
on the current page.

Signature
Greg "Grishace" Belenky
Greg Belenky - 07 Dec 2004 06:12 GMT
Let me know how this works.
Negative. IE rendering engine supports page-break-before and
page-break-after. Both attributes can have "always" and "auto". IE doesn't
support "page-break-inside: never" %( And placement of section on the one
page without pagebreak inside is not possible %(

Signature
Greg "Grishace" Belenky