Where am I supposed to put this code for a page break?

Where am I supposed to put this code for a page break?

am 16.04.2008 02:53:00 von ToferKing



O.K., so I think this is the coding that I am supposed to be using to force
a page break on printing.

But I cannot figure out where the lines go.

My current page has








Where in that line up am I supposed to place


Thanks for all your help.

Tofer

Re: Where am I supposed to put this code for a page break?

am 16.04.2008 14:08:10 von MD Webs Unlimited

They should go into the head of the web page. To do the pagination you'd
start a new paragraph with the CSS class selector .breakhere





some text for this para


This is some more text that will be on the page before
the page break at the printer.

Somen text for page 2 of the printed document


--
Mike - FrontPage MVP '97 - '02
Expression Tools & Addin
http://www.j-moves.com
http://www.panemanager.com
FrontPage Tools & Addin
http://www.jbots.com
E-Commerce
http://www.candypress.com

"ToferKing" wrote in message
news:AC14F51E-3CC9-4DE2-8040-5BD04D9BEA55@microsoft.com...
>
>
> O.K., so I think this is the coding that I am supposed to be using to
> force
> a page break on printing.
>
> But I cannot figure out where the lines go.
>
> My current page has
>
>
>
>
>
>
>
>
> Where in that line up am I supposed to place
>
>
> Thanks for all your help.
>
> Tofer

Re: Where am I supposed to put this code for a page break?

am 16.04.2008 15:14:00 von DanL

The

paragraph will be the first para on the new page
because the CSS says "page-break-before: always", not on the page before
the page break at the printer.

"md Webs Unlimited" wrote:

> They should go into the head of the web page. To do the pagination you'd
> start a new paragraph with the CSS class selector .breakhere
>
>
>
>
>
>

some text for this para


>

This is some more text that will be on the page before
> the page break at the printer.
>

Somen text for page 2 of the printed document
>
>
> --
> Mike - FrontPage MVP '97 - '02
> Expression Tools & Addin
> http://www.j-moves.com
> http://www.panemanager.com
> FrontPage Tools & Addin
> http://www.jbots.com
> E-Commerce
> http://www.candypress.com
>
> "ToferKing" wrote in message
> news:AC14F51E-3CC9-4DE2-8040-5BD04D9BEA55@microsoft.com...
> >
> >
> > O.K., so I think this is the coding that I am supposed to be using to
> > force
> > a page break on printing.
> >
> > But I cannot figure out where the lines go.
> >
> > My current page has
> >
> >
> >
> >
> >
> >
> >
> >
> > Where in that line up am I supposed to place
> >
> >
> > Thanks for all your help.
> >
> > Tofer
>
>
>

Re: Where am I supposed to put this code for a page break?

am 16.04.2008 17:09:26 von jpkarlsen

Yes, otherwise it should be {page-break-after: always}

Regards Jens Peter Karlsen.

On Wed, 16 Apr 2008 06:14:00 -0700, Dan L
wrote:

>The

paragraph will be the first para on the new page
>because the CSS says "page-break-before: always", not on the page before
>the page break at the printer.
>
>"md Webs Unlimited" wrote:
>
>> They should go into the head of the web page. To do the pagination you'd
>> start a new paragraph with the CSS class selector .breakhere
>>
>>
>>
>>
>>
>>

some text for this para


>>

This is some more text that will be on the page before
>> the page break at the printer.
>>

Somen text for page 2 of the printed document
>>
>>
>> --
>> Mike - FrontPage MVP '97 - '02
>> Expression Tools & Addin
>> http://www.j-moves.com
>> http://www.panemanager.com
>> FrontPage Tools & Addin
>> http://www.jbots.com
>> E-Commerce
>> http://www.candypress.com
>>
>> "ToferKing" wrote in message
>> news:AC14F51E-3CC9-4DE2-8040-5BD04D9BEA55@microsoft.com...
>> >
>> >
>> > O.K., so I think this is the coding that I am supposed to be using to
>> > force
>> > a page break on printing.
>> >
>> > But I cannot figure out where the lines go.
>> >
>> > My current page has
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > Where in that line up am I supposed to place
>> >
>> >
>> > Thanks for all your help.
>> >
>> > Tofer
>>
>>
>>