Still trying to make some printer friendly pages.

Using FrontPage 2003.

Is it possible to put a page break code into a web page to tell the
printer when to start a new page?

Thank you again

Re: Another Print Question by Murray

Murray
Wed Jun 21 14:21:30 CDT 2006

Yes, but it's not reliable.

--
Murray
--------------
MVP FrontPage


"Mary Hartman" <MaryHartman@TVLand.wish> wrote in message
news:0r0j925tmmpbo057k31ti1163a3b5sc5ps@4ax.com...
>
> Still trying to make some printer friendly pages.
>
> Using FrontPage 2003.
>
> Is it possible to put a page break code into a web page to tell the
> printer when to start a new page?
>
> Thank you again
>



Re: Another Print Question by Mary

Mary
Wed Jun 21 16:07:14 CDT 2006

On Wed, 21 Jun 2006 15:21:30 -0400, "Murray"
<forums@HAHAgreat-web-sights.com> wrote:

>Yes, but it's not reliable.

I have some pages with tables that desparately need this.

Could you tell me how to do it, and let me try it out?
I can't find it in the documentation anywhere.



Re: Another Print Question by Thomas

Thomas
Wed Jun 21 16:22:34 CDT 2006

See:

http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Mary Hartman" <MaryHartman@TVLand.wish> wrote in message
news:t5dj925oou1kbpf0or76b4qb7djfodclo0@4ax.com...
> On Wed, 21 Jun 2006 15:21:30 -0400, "Murray"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>Yes, but it's not reliable.
>
> I have some pages with tables that desparately need this.
>
> Could you tell me how to do it, and let me try it out?
> I can't find it in the documentation anywhere.
>
>



Re: Another Print Question by Murray

Murray
Wed Jun 21 17:05:33 CDT 2006

You can apply the page-break-before or page-break-after styles to any block
tag, e.g.,

div.special { page-break-after:always; }

Values are auto | always | avoid | left | right | inherit (left/right refer
to left page and right page in a book-type print job).

--
Murray
--------------
MVP FrontPage


"Mary Hartman" <MaryHartman@TVLand.wish> wrote in message
news:t5dj925oou1kbpf0or76b4qb7djfodclo0@4ax.com...
> On Wed, 21 Jun 2006 15:21:30 -0400, "Murray"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>Yes, but it's not reliable.
>
> I have some pages with tables that desparately need this.
>
> Could you tell me how to do it, and let me try it out?
> I can't find it in the documentation anywhere.
>
>



Re: Another Print Question by Mary

Mary
Wed Jun 21 17:59:45 CDT 2006


Thank you!!!!

:>)

Re: Another Print Question by Murray

Murray
Wed Jun 21 20:01:31 CDT 2006

Good luck!

--
Murray
--------------
MVP FrontPage


"Mary Hartman" <MaryHartman@TVLand.wish> wrote in message
news:rrjj929agt61lnd8p6kj70bg5g2utbhpte@4ax.com...
>
> Thank you!!!!
>
> :>)