|
|
Feedback: irt.org FAQ Knowledge Base Q506
Feedback on: Sent by Iain Havelock on April 18, 2000 at 19:07:57: - feedback #1112
Length: Comments: http://www.htmlgoodies.com/beyond/css_print.html Sent by Edward E. Hacker on May 23, 2000 at 14:05:59: - feedback #1276
Technical: Comments: I have seen this work using the For example: <div style=page-break-before:always> stuff on a new page </div> Sent by Doug Perry on October 25, 2000 at 15:21:10: - feedback #1910
Comments: <DIV STYLE="page-break-before:always"></DIV> Works on NN 4.5 and IE 5x every time. Sent by Tom Austin on December 12, 2000 at 08:07:37: - feedback #2131
Length: Technical: Comments: <style media=print type=text/css> You can use this style to encapsulate in a DIV what you want on a page. For example: <DIV id=divMyPage class=pageBreakAfter> ...this example will ensure that the printer does a page break AFTER the DIV. Sent by John Blackmore on November 14, 2001 at 17:10:26: - feedback #3323
Worth: Comments: Example: I had a page with that looked like this: <head> Guess what - it doesn't work! I made a very minute change - I stripped the tags on the table so it's just <table>. Now it adds page breaks where desired. Weird, huh? You don't want to know how many trees gave their lives to give me this information, so I'm giving it to you for free. :) |
-- div -->
|