page-break-before works fine on IE 6, which my users are using.
I want to skip certain pages when being printed to save trees.   I put
the CSS below for testing.  It skips the page, but it still prints a
blank page, which does not let me save trees.  Please let me know if I
am missing anything.

<HTML>
<HEAD>
<TITLE> test </TITLE>
<STYLE TYPE="text/css">
   P.breakhere {page-break-before: always}
</STYLE>
<STYLE TYPE="text/css" media="print">
   P.doNotPrint {display:none}
</STYLE>
</HEAD>
<BODY>
<p CLASS="doNotPrint">Test Page1</p>
<p CLASS="breakhere">
Test Page2</p>
<p>Test Page3</p>
<p CLASS="breakhere">
Test Page4</p>
<p>Test Page5</p>
<p CLASS="breakhere">
Test Page6</p>
</BODY>
</HTML>

tia

On Apr 6, 2005 2:43 PM, S. Isaac Dealey <[EMAIL PROTECTED]> wrote:
> > CSS has "page-break-before | after" properties that would
> > do this, in browsers that support them.  Which of course
> > is NOT IE.
> 
> What version of IE? I've been using page-break-before and
> page-break-after with much success in IE for several years... Version
> 5 I believe.
> 
> s. isaac dealey   954.522.6080
> new epoch : isn't it time for a change?
> 
> add features without fixtures with
> the onTap open source framework
> 
> http://macromedia.breezecentral.com/p49777853/
> http://www.sys-con.com/author/?id=4806
> http://www.fusiontap.com
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202181
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to