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. 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] 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!! 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 :) Link to comment https://forums.phpfreaks.com/topic/15535-page-break-with-php/#findComment-63116 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.