| 
			
			You guys are brilliant. That would have taken me forever to figure out. I tried it and it works. Thanks!
 One more question and I think I am good with this project.
 
 I am trying to put a page break before each chapter so that
 Chapter 1, Chapter 2, Chapter 3, etc.
 all begin on a fresh page at the top of the page in the epub reader on my device.
 
 I tried
 <div style=”page-break-before:always;”></div>
 
 That doesn't seem to work.
 
 I noticed a page break option in the "Structure Detection" of the Convert Books. But it doesn't seem to work, or I am doing it all wrong.
 
 Each of my Chapters is styled with H2 and part of the TOC.
 
 Ideas?
 |