[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
foodclub.org • View topic - Single page for printing items from group order
Page 1 of 1

Single page for printing items from group order

PostPosted: Fri Feb 01, 2013 11:07 pm
by pegAdmin_fl
Is there a way to get the Group Order page to print each item on a separate page?
This would help the team who divvy up the food.
I tried the following CSS but it didn't work:
#groupOrderTable tr{ page-break-inside:avoid; page-break-after:auto }
#groupOrderTable thead { display:table-header-group }

Re: Single page for printing items from group order

PostPosted: Sat Feb 02, 2013 4:52 pm
by support

Re: Single page for printing items from group order

PostPosted: Sat Feb 02, 2013 9:22 pm
by pegAdmin_fl
Great - Thanks!