In IE 5.0 printing tables caused page breaks to occur exactly between table
rows. If a row (with multiple lines of text) fitted completely on a page it
was printed otherwise it was printed on the next page. This behavior was
automatic and required no styles or TABLE, TR or TD properties.
In IE 5.5 page breaks occur inside table rows: part of the row is shown on
the first page and the rest is shown on the next page.
My questions are:
- Is this a known problem?
- What is the solution?
Greetings, Frans Tromp