Hi,
Is anyone aware of a problem with IE 5.0's implementation of "page-break-before:"?
I have a table that I want to always print out on its own page so I defined it like so:
<TABLE STYLE="page-break-before: always;">
It works perfectly in IE 5.5 and doesn't work at all in IE 4.0 (not good but not harmful either). But in 5.0 the print job justs spools on forever without printing. Eventually, the user has to cancel the print job.
Has anyone else found this, and if so, is there anyway around it?
Any help would be greatly appreciated.
Is anyone aware of a problem with IE 5.0's implementation of "page-break-before:"?
I have a table that I want to always print out on its own page so I defined it like so:
<TABLE STYLE="page-break-before: always;">
It works perfectly in IE 5.5 and doesn't work at all in IE 4.0 (not good but not harmful either). But in 5.0 the print job justs spools on forever without printing. Eventually, the user has to cancel the print job.
Has anyone else found this, and if so, is there anyway around it?
Any help would be greatly appreciated.