Para after the table having page-break-before:avoid moves the entire table to next page.
Kindly refer the attached pdf for the issue.
Here I want to keep the table footnote (para after table) with previous table without moving the entire table, so that footnote para will not be left alone on page boundaries..
Please suggest?
<style type="text/css">
table{
border-collapse: collapse;
}
td, th{
border:1px solid black;
padding:3px;
}
p.footnote{
color:red;
page-break-before:avoid;
}
</style>
Kindly refer the attached pdf for the issue.
Here I want to keep the table footnote (para after table) with previous table without moving the entire table, so that footnote para will not be left alone on page boundaries..
Please suggest?