Posted by Craig Taylor on 06/21/07 14:34
For a print stylesheet I'm having some issues being able to print a
table so that all columns and all rows are printed visibly to the
printer.
For testing, I've created a table with 50 x 50 rows & columns to
ensure I should get pagination both vertically and horizontally.
Whenever I try to use the following CSS rule nothing happens:
TD {
page-break-before: always
}
(The always is just for testing purposes to make sure something is
really going on.)
If I change the TD to a TR then my table breaks on every line like it
should.
Thanks,
- Craig Taylor
[Back to original message]
|