VTS Posted July 24, 2006 Share Posted July 24, 2006 I was wondering if there was a way to use PHP or HTML to do a page break. Thanks in advance for any help. Quote Link to comment https://forums.phpfreaks.com/topic/15535-page-break-with-php/ Share on other sites More sharing options...
zq29 Posted July 24, 2006 Share Posted July 24, 2006 CSS:[code]<br style="page-break-before:always;">//OR<br style="page-break-after:always;">[/code] Quote Link to comment https://forums.phpfreaks.com/topic/15535-page-break-with-php/#findComment-63107 Share on other sites More sharing options...
VTS Posted July 24, 2006 Author Share Posted July 24, 2006 Thanks alot for the quick reply!! Quote Link to comment https://forums.phpfreaks.com/topic/15535-page-break-with-php/#findComment-63110 Share on other sites More sharing options...
zq29 Posted July 24, 2006 Share Posted July 24, 2006 No problem :) Quote Link to comment https://forums.phpfreaks.com/topic/15535-page-break-with-php/#findComment-63116 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.