Two column layout
In a previous example we look at situations where you may want to have columns of text that keep their relative position on the page, as they overflow onto a new page. See here.
In this example we have a flowed page layout with two content areas on the Master Page (column1 on the left hand side of the page and column2 on the right hand side). The pagination settings are set up so that content starts in column1 and then afterwards overflow to column2. Lastly a TextField is then set up to allow breaks in the content and includes script in the layout:ready event to regulate it’s height.