CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    HTML print and form feed

    Does anyone knows if it is possible to include "page break" into an HTML page to generate a form feed when the browser prints the page ?

    Thanks in advance.



  2. #2
    Join Date
    Apr 1999
    Posts
    1

    Re: HTML print and form feed

    You could try the "page-break-before" property of CSS


  3. #3
    Join Date
    May 1999
    Posts
    82

    Re: HTML print and form feed

    This attribute is only supported by IE5 and the yet to be released Netscape 5, all other browsers will ignor it!!!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured