Forcing a page break for printing 2x3 picking tickets

Comments

3 comments

  • Avatar
    Nathan H.

    I'm pretty sure you can do this via css styling. I can confirm tomorrow.
    Try doing inline css on an html element.
    style="page-break-after:always"

    0
    Comment actions Permalink
  • Avatar
    mmcadmin

    Hi Nathan- thanks for your quick reply and your help.

    I tried it as css

    @...@media print {
      footer {page-break-after: always;} }

    Then creating a footer element where I wanted the break... but I may have formatted the style incorrectly...

    I was also going to try <div style="break-after:page"></div> where needed the break.

    I will try this again to confirm that I've got the syntax and placement correct.

    Thanks!

    -Jeff

     

    0
    Comment actions Permalink
  • Avatar
    mmcadmin

    Hello!

    I can't seem to force a page break using styles. Would it be possible to get some help creating/editing this template? What's the best way to go about this?

    Kind Regards,

    -Jeff

     

    0
    Comment actions Permalink

Please sign in to leave a comment.