we want to display a remittance carrier in one column in each row of a detailed table.
We will offer our customers a remittance carrier for each payment on a payment plan.
Therefore we want to use a detailed table, because of the automated page-break.
How can solve this in the easiest way.
I have started with detailed table, but when I display the image in a table cell, it does not fit in the cell.
With this i get the correct page-break, and the correct number of remittance carrier.
My mistake was the wrong use of position:relative and position:absolute.