Page Break

  • Thread starter Thread starter Ralph Taylor
  • Start date Start date
R

Ralph Taylor

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.
 
Hi,

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

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 new.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.
 
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>


--




<Ralph Taylor> wrote in message | On Tue, 26 Jul 2005 17:22:21 -0500, "Tom Pepper Willett"
|
| >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 new.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.
 
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.
 
Back
Top