I am working with a report built using ColdFusion Report Builder. One
of the fields in report can get fairly large and wrap around to make
that field fairly long. The field below it in the following row floats
to adjust to the wrapping of the text, but the other fields in the row
are not floating down to adjust to the length of the previous row.

Example:
---- ---- ------------------- ---------
ROW2 ROW2 ------------------- ROW2
---- ---- ROW2

Is there a way to group the rows together so that they all float down
to the same level or some other way to fix this?