I am using the following code
<style type="text/css">
BR.pageEnd {page-break-after:always}
</style>
to force a page break on my printable CF form. I use
<br class="pageend">
to call the break. My problem is it's creating at least 2"'s of white space at the top of the paper I am printing. Any ideas what I need to change?
<style type="text/css">
BR.pageEnd {page-break-after:always}
</style>
to force a page break on my printable CF form. I use
<br class="pageend">
to call the break. My problem is it's creating at least 2"'s of white space at the top of the paper I am printing. Any ideas what I need to change?