How do I make modify pagebreak so that I will be inserting <p><!-- pagebreak --></p>
into the editor and not the standard
<p>
<div style="page-break-after: always;">
<span style="display: none;"> </span></div>
</p>
into the editor and not the standard
<p>
<div style="page-break-after: always;">
<span style="display: none;"> </span></div>
</p>
Re: Custome Pagebreak ?