Hi,

I have created a new frame which takes the half bottom of the first page
of my document.
newFrame doc, Rect (0,h/2,w-36,h-25),false

append doc, member("Content").text, true

The problem is that when the amount of text is too important, a second
page is created thanks to the autoAppend parameter but the rest of the text
appears in the second page exactly at the same position (half bottom).

I know this is the way printomatic works but I'd like the rest of the
text to appear on all the second page.

How can I do that?

Thanks,

Anthony