Insert text at the beginning of each page
Insert text at the beginning of each page
Hi, I need to create a routine where I can include a standard text at the beginning of each page and break the line to continue the user's text, I thought of a loop but I couldn't find a way to do it.
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Insert text at the beginning of each page
What if, when you insert this text, page breaks will be added in different places?
Maybe you can use headers instead?
Maybe you can use headers instead?
Re: Insert text at the beginning of each page
thanks for the answer, i can't use the header because in this case my text would be fixed.
I need to insert it on the first line of each page and give a broken line for the user to enter as his text.
I need to insert it on the first line of each page and give a broken line for the user to enter as his text.
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Insert text at the beginning of each page
I can see the following problems:
1) Text can be inserted not in any places. If a page break is inside a table, text insertion is not possible.
2) Page may break at any place, for example is in the middle of a sentence, and inserting text would make a nonsense.
3) Let you have 2 pages. You insert text, and now, if you try to print it, page break will be added in different places, making 3 or even 4 pages.
1) Text can be inserted not in any places. If a page break is inside a table, text insertion is not possible.
2) Page may break at any place, for example is in the middle of a sentence, and inserting text would make a nonsense.
3) Let you have 2 pages. You insert text, and now, if you try to print it, page break will be added in different places, making 3 or even 4 pages.