Has anyone come up yet with a trick to prevent breaking up table rows(TR) while printing? -
07-17-2008
, 04:42 PM
I have been reading a lot of archived threads about "page-break-
inside: avoid" not supported by IE5, IE6 IE55, IE7 and Firefox
(Mozilla), which creates a really unpleasant-looking printout with
broken table rows.
I wonder if after all these years in discussion anyone had come up
with a trick using maybe some combination of "page-break-before",
"page-break-after" or div properties that would prevent the
situation.
Our clients use various browsers with various environments, so it's
unlikely that spooling a PDF or some other funky format could help
us.
We would really like to determine the HTML/DHTML/JavaScript solution.
Maybe even not using tables, but div or paragraph elements -
something
that won't be page-broken for sure. |