Ah. You're probably entering the text into the text control under the xHTML tab. Correct?
That text control has a finite amount of characters that can be entered.
Options:
1. Create multiple "routines" under the xHTML tab. Perhaps one paragraph per routine.
2. Create a routine under the xHTML tab but leave the text control blank. Go into the source code and find the template created Routine. Use StringTheory to Load a text file, then display the text file with packet.Append(st.GetValue()). Or you could literally hand code the text.
3. Use a NetTalk file Tag, like <!-- Net:f:sometext.txt --> making sure the text file is in your Web folder. Tag goes into the text control under the xHTML tab.
4. Use NetWebSource procedures and include the NetWebSource procedure(s) under your Index page's xHtml tab. You can use similar techniques as described about to use the NetWebSource procedures.
I'm sure there's more.
I think the Tag option, <!-- Net:f:filename --> is probably the best option in your situation.
I don't know why you're having to delete those files.
Don