Re:__print_break_in_CF???

2005-04-11 Thread S . Isaac Dealey
I suspect in order for this to work you would need the item which has class=breakhere inside an element with class=doNotPrint ... More specifically, this will work: div style=display:none; div style=page-break-before:always;.../div /div This will not: div style=display:none;.../div div

Re: __print_break_in_CF???

2005-04-11 Thread Daniel Kang
One issue I am seeing on this is that display:none makes the specific paragraphs invisible on Web Browser, which makes not to print the specific page. It seems that there is no way to view the page but not to print It seems it becomes OT! div style=display:none; div

RE:__print_break_in_CF???

2005-04-06 Thread S . Isaac Dealey
Ok, then is it the avoid-break-in property that is not well supported? I have not been using this, because I had distinct memory of having trouble. I guess it's time for new experiments. I wouldn't be surprised if that's the case -- I haven't tried that property myself. s. isaac dealey

RE: __print_break_in_CF???

2005-04-06 Thread Rick Faircloth
Ok...now that that issue is settled...just what is the CSS code you use to cause a print break? Rick -Original Message- From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 9:07 PM To: CF-Talk Subject: RE:__print_break_in_CF??? Ok, then is it the avoid-break