Quote:
Originally Posted by kovidgoyal
change
<P> </P>
to
<P style="page-break-after:always"> </P>
|
So this will add a page break??? so far I've been using <P> </P> to push the table of contents onto it's own page. I'm guessing this the paragraph style line I'll only need to use it sparingly.
Also, I don't have the css stuff that Word 2000 and up throws in, i've been using Word 97 to convert my RTF files to HTML because it gives the cleanest code I could find.