View Single Post
Old 07-05-2012, 12:06 AM   #13
Jeff L
Zealot
Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.Jeff L ought to be getting tired of karma fortunes by now.
 
Posts: 117
Karma: 584308
Join Date: Oct 2010
Location: San Francisco
Device: Kindle
Is it necessary to have so many files? You could combine the files to have fewer entries in the OPF. This would help with your other OPF that's 415K in size.

If you need pagination, you could accomplish that with page-breaks, like this:

<br clear="all" style="page-break-before:always"/>


Or put something in your CSS:

.break {
page-break-before: always;
}

Then use <div class="break"></div> where needed.

Last edited by Jeff L; 07-06-2012 at 12:14 AM.
Jeff L is offline   Reply With Quote