Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Re: Page break

    "Sigurd Friisvold" <sigga-fr@online.no> wrote:
    > Is it possible to set page break in html documents? Want to controll
    > how the printer break up the document.
    [url]http://www.google.com/search?q=stylesheet+page+break[/url]
    [url]http://www.w3.org/TR/xsl/[/url]
    [url]http://www.wdvl.com/Authoring/Languages/XML/BeginningXHTML/printing.html[/url]

    HTH;
    JOn
    Jon Kraft Guest

  2. Similar Questions and Discussions

    1. How do I put line break in my asp page?
      Try: <br>&nbsp;<br>&nbsp;<br> "Jules" <jules.farrell@james-chapman.co.uk> wrote in message...
    2. print page break
      I need to have multiple pages printed and need to know how I can make this happen on my website
    3. cfdocument - pdf - page break - formatting
      Hello folks, Anyone having issues using CFDOCUMENT to convert to PDF in terms if contenet being cut off the bottom of the page? It seems to get...
    4. CFDOCUMENT page-break-inside
      I am using CFDOCUMENT to push a current document that we dynamically generate already to a PDF instead of just HTML. In the past we just use tables...
    5. Interesting Page Break Question
      Here is a good one for you gurus ........ :-) I have a database of Job Orders for example and if a client wants to printout, say 10 selected...
  3. #2

    Default Re: Page Break

    in ie the code below will work:
    <br style='page-break-before:always'>

    --
    ----------------------------------------------------------------------------
    Hu Zhenghui
    IBM Certified Solutions Expert IBM WebSphere Studio
    <New Intranet Series - Intranet DIY> ISBN 7-5606-1163-X
    <Flash MX Tutorial for Training> ISBN 7-900107-51-7
    mailto:webmaster@huzhenghui.51.net
    [url]http://huzhenghui.51.net[/url]
    ----------------------------------------------------------------------------
    "Php" <tabarry@email.com> дÈëÏûÏ¢ news:8heb1f$75u$1@cvs.php.net...
    > Hello There!
    >
    > I am taking a report output in a .php3 page. Now if the report is long and
    I
    > want to print the page from browser, the print comes on more than one
    pages.
    > I want to insert a page break in print after every 20 records. Is this
    > possible? If yes how?
    >
    > Someone has said, use ASCII characters. But how?
    >
    > Thanks and regards!
    >
    >

    Hu Zhenghui Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139