• Resolved Punit Trivedi

    (@pintutrivedi)


    I want add new section on new page and i try to add page break css but it’s not working. can you please guid how can i do this.

    @media print {
        .pagebreak { page-break-before: always; } /* page-break-after works, as well */
    }
    
    <div class="pagebreak"> </div>
    
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Break Not Working’ is closed to new replies.