I\'m working on print friendly css for a website. It previews/prints perfectly in IE, but Firefox (version 3.6) only previews/prints the 1st page.
Is anyone aware of
the following works for me.
@media print { .field--body table tr { display: table-row-group !important; } }