Hi Chris,
I’m trying to set up my CSS to cause the MapPress map to print entirely on one page. When the map breaks onto a second page, the part of the table id=mapp0_layout displays fine on the first page, but the remainder of the table is blank on the second page. Here’s what I tried:
@media print { .mapp-layout { page-break-before:auto;} }
I read that page-break-before has problems with absolute positioned elements, so maybe that’s my problem. Any suggestions as to how I can keep the map intact on one page?
Here’s an example page:
http://wilmington.crimeboard.org/index.php/2012/09/wilmington-police-investigate-shooting-2/
Thanks.
Brad