Connecting Tech Pros Worldwide Help | Site Map

Has anyone come up yet with a trick to prevent breaking up table rows(TR) while printing?

array7@inbox.com
Guest
 
Posts: n/a
#1: Jul 17 '08
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.
Closed Thread