treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How to print tables?

  • Say you have a table containing rows enough to span two A4 pages. When I print in FF/Mac 3.6, IE7 & IE8 page two just comes out blank, the first page cutting the table off when there isn't more space.

    The specification says it can not break when using:
    table { page-break-inside: avoid; }


    But only Opera supports this feature. What to do?