
Signature
Let us know if this helped you,
Bob Buckland ?:-)
MS Office System Products MVP
*Courtesy is not expensive and can pay big dividends*
Office 2003 Editions explained
http://www.microsoft.com/uk/office/editions.mspx
> If it's okay to have it appear on the screen as a
> scrollable document, but you want to have the page breaks
[quoted text clipped - 3 lines]
> breaks when printing (Check in your browser in
> File=>Print Preview).
Can you do something like this in FrontPage as well? That would be handy.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
> Hi Jeff,
>
[quoted text clipped - 24 lines]
> Thanks a lot!
> Jeff>>
Bob Buckland ?:-\) - 19 Apr 2005 20:18 GMT
Hi Suzanne,
Yes. :) You can use XHTML or add a CSS2
(Style sheet) "page-break-before..." attribute
to a specific style that would cause the pages
to break on printing for each H1 occurence for
example,
<style>
H1 { PAGE-BREAK-BEFORE: always }
</style>
or as Word is doing with ctrl+enter
<br clear=all style='page-break-before:always'>
or
<P style="page-break-after: always">
is an extended option from Frontpage's
Insert=>Break=>Clear both margins.
It depends on how 'fancy' :) you need to get.
There are scripts that can do a page break in
a table, for example after every 'n' records or
rows.
======
Can you do something like this in FrontPage as well? That would be handy.
Suzanne S. Barnhill >>

Signature
Let us know if this helped you,
Bob Buckland ?:-)
MS Office System Products MVP
*Courtesy is not expensive and can pay big dividends*
Office 2003 Editions explained
http://www.microsoft.com/uk/office/editions.mspx
Suzanne S. Barnhill - 19 Apr 2005 21:08 GMT
Thanks, Bob. I'll have to try this sometime.

Signature
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
> Hi Suzanne,
>
[quoted text clipped - 28 lines]
>
> Suzanne S. Barnhill >>