I'm using {page-break-before: auto} before certain tables, as far as i know when i print if the table after this break cannot fit on the page then it should break, its not working.
I also have {page-break-before: always} on the page, which works.
Does the first one have any issues with IE5 or IE6 ?
example :
<STYLE TYPE="text/css">
P.breakhere {page-break-before: auto}
P.breakthere {page-break-before: always}
</STYLE>
<stuff>
<!-- here comes the pagebreak -->
<P CLASS="breakhere">
<table> stuff in table </table>
I also have {page-break-before: always} on the page, which works.
Does the first one have any issues with IE5 or IE6 ?
example :
<STYLE TYPE="text/css">
P.breakhere {page-break-before: auto}
P.breakthere {page-break-before: always}
</STYLE>
<stuff>
<!-- here comes the pagebreak -->
<P CLASS="breakhere">
<table> stuff in table </table>