View Single Post
Old 01-23-2009, 02:11 PM   #7
PieOPah
Addict
PieOPah has learned how to read e-booksPieOPah has learned how to read e-booksPieOPah has learned how to read e-booksPieOPah has learned how to read e-booksPieOPah has learned how to read e-booksPieOPah has learned how to read e-booksPieOPah has learned how to read e-booksPieOPah has learned how to read e-books
 
PieOPah's Avatar
 
Posts: 398
Karma: 914
Join Date: Oct 2008
Location: UK
Device: Sony PRS-505
Quote:
Originally Posted by kovidgoyal View Post
It's the way the page break is specified that causes this.

Instead of using
Code:
<b><span style='font-size:12.0pt;font-family:Arial;text-transform:uppercase'><br
clear=all style='page-break-before:always'>
</span></b>
which is illegal HTML in any case since you shouldn't have <b> tags as children of <body> tags, if you use

Code:
<div style="page-break-after:always"/>
instead, it would be fine.
Thanks, guess there isn't much I can do about this as it is automatically generated by Word...

Thanks for letting me know though

Not sure if I could easily edit this as replace all...
PieOPah is offline   Reply With Quote