View Single Post
Old 05-27-2013, 07:52 AM   #5
rbay
bay
rbay began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2013
Device: ipad mini+samsung galaxi
hi

CSS (in the style file)
h1 {
page-break-before:always;
}

Your text (xhtml pages) :

<h1>Title</h1>
<p>paragraph</p>
<h1>Title 2</h1>
<p>Paragraphe 2</p>

Each title will start in a new page.
rbay is offline   Reply With Quote