Hi, I have two Master Pages (Page1 and Page2). Page1 has a content area
which is smaller than that on Page2 (the content area occupies almost
all of Page2). I have a table inside the content area of Page1 which is
set to flow into the content area of Page2 if the data overflows. The
cells of the table can contain multiple lines. It's basically long texts
inside each cell. When a cell has a few lines then the table is flowing
perfectly. However, if I increase the number of lines in a cell, instea...