
Jasmine
Administrator
May 6, 2000, 8:35 AM
Post #2 of 3
(261 views)
|
Unfortunately, there is no "standard" way to force page breaks with the exception of putting each page to print within its own html page and havign your visitor click "next" and "print" all the time. There is an alternative for IE4+ users by using the "link" tag. <link rel=alternate media=print href="versiontoprint.doc"> By using a linked MS Word document, printing will follow the same specifications as you've set in the MS Word document itself. Though this is limited currently to IE4+, it's an option nonetheless. You don't need to limit yourself to MS Word, but for page breaks, you'll need to use some word processor that supports page breaks. Don't forget that your visitors will have to have the word processor in order for this to work. Hope this helps a little!
|