Forum Moderators: not2easy
And always the columns get clipped after say 10th column in the print preview. They never flow to the next page. Now my problem is how to push the data from clipped columns to the next page. Almost all the browsers [5+] clip the table horizontally even in Landscape mode. Now can this be printed somehow in the next page. [like EXCEL or any spreadsheet]. Is there a solution in CSS or any other method.
Can I even select the landscape orientation for the user, even if the browser's page setting by default is in Portrait mode. [Am I asking for too much!] ;)
Most of the users will be non computer savvy.
I hope there is some solution. Thanks to all.
[htmlgoodies.com...]
What you are probably looking for are the print only css attributes:
page-break-before
page-break-after
page-break-inside
Also check out the @page page print style rule, this stuff is all CSS 2, so browser support will be questionable, and would need to be tested thoroughly.