I have a requirement of a report to print several blocks aligned from left to right and then top to bottom. These blocks will contain two blocks that align top to bottom. So, it looks something like this:
BLOCK1 BLOCK2 BLOCK3 DATA1 DATA2 DATA3 The blocks also need to have custom widths, borders and background colors. So far, I have not been able to implement this layout with inlines or blocks. Does anyone have any suggestions? FOP 0.94, JDK 1.5 -Lou
