Hii
Do you have a solution to avoid these kind of page breaks issue.PNG (51.8 KB)
Currently we are solving that kind of page breaks via CSS. (page-break-after: avoid;)
h1 {
font-size: 30px;
color: #1094C8;
white-space: nowrap;
font-weight: 700
page-break-after: avoid;
}
We want to handle it from the code. not only for the h1 tag but also each and every tag. Do you have any solution to avoid that kind of page breaks??? If so Could you please help me with the implementation?
HTML -HTML.zip (2.0 KB)