View Single Post
Old 06-04-2008, 04:21 PM   #8
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
Quote:
Originally Posted by kovidgoyal View Post
Note that you can manually force a page break before any HTML element by adding style="page-break-before: always" to the HTML tag

Code:
<p style="page-break-before: always">Some paragraph...</p>
kovidgoyal, Did you fix this bug? I reported this issue on thread

<P> page break problems
This is where adding the
Code:
<p style="page-break-before: always">Some paragraph...</p>
causes a page break on every <P> not just the <p style="page-break-before: always">Some paragraph...</p> tag

=X=
=X= is offline   Reply With Quote