Here's my dillema...
I have my page divided up into three layers (they're not absolute, so maybe you'd just call them divisions). The first is the header layer, the second is the repeat layer (so that, as text is entered, this layer expands), and the third is the footer layer. The header layer contains the beginning of a text box, which is continued by the repeat layer (which just makes it longer and longer). The top of the text box (the part that I had to keep in the header layer) has a watermark in the background, but I still want text to go there (but, of course, I don't want this part repeated).
I want the text to start up at the header layer, and continue into the repeat layer, so that the text box expands as necessary. Is this possible? If not, what should I do?
I feel that the best solution would to make the length of the repeating layer depending on the amount of text in a new layer. Can the length of one layer depend on the length of another layer (which would be on top of it)?