Page Break  
Author Message
Oskars





PostPosted: Tue Jul 26 11:00:32 CDT 2005 Top

Frontpage Client >> Page Break Is it possible to insert a page break in a form in FrontPage 2000 so
that the printing of the form can be controlled? Thanks for any help.

Web Programming208  
 
 
MD





PostPosted: Tue Jul 26 11:00:32 CDT 2005 Top

Frontpage Client >> Page Break Hi,

Yes, use CSS page-break or you may wish to look at J-Bots General components Page Break

--
Mike -- FrontPage MVP '97 - '02
http://www.websunlimited.com
FrontPage Add-ins Summer Promotion -
FREE Purchase J-Bots Plus 2004 & receive Meta Tag Maker 2004 FREE

<Ralph Taylor> wrote in message news:EMail@HideDomain.com...
> Is it possible to insert a page break in a form in FrontPage 2000 so
> that the printing of the form can be controlled? Thanks for any help.


 
 
Tom





PostPosted: Tue Jul 26 17:22:21 CDT 2005 Top

Frontpage Client >> Page Break http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
===
<Ralph Taylor> wrote in message
news:EMail@HideDomain.com...
| Is it possible to insert a page break in a form in FrontPage 2000 so
| that the printing of the form can be controlled? Thanks for any help.


 
 
Ralph





PostPosted: Wed Jul 27 05:08:00 CDT 2005 Top

Frontpage Client >> Page Break On Tue, 26 Jul 2005 17:22:21 -0500, "Tom Pepper Willett"
<EMail@HideDomain.com> wrote:

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

I appreciate your response, Mr. Willett, although I do not know how to
use CSS attributes. It will, however, serve as achallenge to try to
learn. I am not sure of my errors in composing my question, but again
I thank you for the guidance. I use Windows XP SP2 and I have a
registration form on the following site www.westinartsacademy.com
the specific page is at
http://www.westinartsacademy.com/registration_form%20new.htm
I would like to get the form to print out with page breaks at specific
locations. Do I simply insert the code from your instruction
information? Can you provide a little more guidance in how to learn
the fundamentals? I apologise for my ineptitude, but I'm trying to
learn. I do in fact try to help my self through Help, Manual and on
line searches, etc. before I write. At any rate, again I appreciate
your response and guidance.
 
 
Stefan





PostPosted: Wed Jul 27 05:26:29 CDT 2005 Top

Frontpage Client >> Page Break In Code (html) view if you want a page break at say PAYMENT OPTIONS you would add the style (page-break-before: always;) as:
<H3 style="TEXT-ALIGN: center; page-break-before: always;" align=center><SPAN style="COLOR: #000066; FONT-FAMILY: Arial">PAYMENT
OPTIONS<o:p></o:p></SPAN></H3>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


<Ralph Taylor> wrote in message news:EMail@HideDomain.com...
| On Tue, 26 Jul 2005 17:22:21 -0500, "Tom Pepper Willett"
| <EMail@HideDomain.com> wrote:
|
| >http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml
|
| I appreciate your response, Mr. Willett, although I do not know how to
| use CSS attributes. It will, however, serve as achallenge to try to
| learn. I am not sure of my errors in composing my question, but again
| I thank you for the guidance. I use Windows XP SP2 and I have a
| registration form on the following site www.westinartsacademy.com
| the specific page is at
| http://www.westinartsacademy.com/registration_form%20new.htm
| I would like to get the form to print out with page breaks at specific
| locations. Do I simply insert the code from your instruction
| information? Can you provide a little more guidance in how to learn
| the fundamentals? I apologise for my ineptitude, but I'm trying to
| learn. I do in fact try to help my self through Help, Manual and on
| line searches, etc. before I write. At any rate, again I appreciate
| your response and guidance.


 
 
Ralph





PostPosted: Wed Jul 27 06:43:36 CDT 2005 Top

Frontpage Client >> Page Break On Wed, 27 Jul 2005 06:26:29 -0400, "Stefan B Rusynko"
<EMail@HideDomain.com> wrote:

>In Code (html) view if you want a page break at say PAYMENT OPTIONS you would add the style (page-break-before: always;) as:
><H3 style="TEXT-ALIGN: center; page-break-before: always;" align=center><SPAN style="COLOR: #000066; FONT-FAMILY: Arial">PAYMENT
>OPTIONS<o:p></o:p></SPAN></H3>

Thanks very much for helping a struggling novice.
 
 
Ye





PostPosted: Tue Aug 30 22:03:02 CDT 2005 Top

Frontpage Client >> Page Break I have a problem with page break. I use "page-break-after: always;" in my css
file. But one table on the page before the page break goes to the bottom of
the page. would you please give me some idea if you know it?

Thanks,

Ye

"Tom Pepper Willett" wrote:

> http://www.javascriptkit.com/dhtmltutors/pagebreak.shtml
> --
> ===
> Tom "Pepper" Willett
> Microsoft MVP - FrontPage
> ---
> About FrontPage 2003:
> http://office.microsoft.com/home/office.aspx?assetid=FX01085802
> How to ask a newsgroup question:
> http://support.microsoft.com/kb/555375
> ===
> <Ralph Taylor> wrote in message
> news:EMail@HideDomain.com...
> | Is it possible to insert a page break in a form in FrontPage 2000 so
> | that the printing of the form can be controlled? Thanks for any help.
>
>
>