Support

Home Forums Ticketing Add-on White page when using page break on tickets

White page when using page break on tickets

Posted: May 2, 2016 at 5:15 am


Ruud

May 2, 2016 at 5:15 am

When I use this code I receive always a white page after my last ticket when I try to print them.

<style>
@media print{.newpage {page-break-after:always}}
</style>

<div class="newpage"></div>

How can I use the page break so there is no white page at the end (or the beginning)?


Ruud

May 2, 2016 at 6:42 am

Found the solution. Add this also:

@media print {
    html, body {
        height: 99%;    
    }
}


Lorenzo Orlando Caum

  • Support Staff

May 2, 2016 at 8:18 am

Hello,

Were there any other questions that we could help you with today?


Lorenzo

The support post ‘White page when using page break on tickets’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso