Creator 5 - Page Break in an HTML Page

Creator 5 - Page Break in an HTML Page

HTML page/ snippet/whatever.

I have a client with a specific 3-page filled-out printed form that they need generated from the Zoho app.  In the past it was simple (but tedious) to just create a Page to mimic the printed form and then either send it to a printer or send it to PDF.  To get pagebreak I had 

<head>
<style type="text/css">
P.breakhere {page-break-before: always}      
</style>
</head> 

and then in the body of the HTML where I wanted the page break I would put
<P CLASS="breakhere">
and the PDF would break page at that point.

It's not working for me in Creater 5.  I've created a Page, then put a text snippet on the page and included my code.  Nothing happens.

Is there something different I have to do in Creator 5 or is this just not working.

Thanks,
J