I’m designing variable pages based on certain condition in the data. I have created different snippets and i’m using loadhtml to display them depending on the data. The text wording in the snippets have different length. Displaying each one of them, sometimes it will cause to overflow in one page. I have to control them in such a way, if the text wording is not fit on the empty space, the remaining text should be printed on the next page. What happening now is some text is being cut off on the page below. Is there is any way the remaining text should be printed on the next page automatically but not been cut off
Thanks