Previous Message
Next Message

page-break-inside and IE

Sent by Aidan Whitehall on 30 September 2003 16:04


I've got a page with tables one after another vertically and want to be
able to prevent IE from splitting a table across two pages when it's
printed. The content is tabular data that always fits within one page
width. Neither

   <table style="page-break-inside: avoid;">
   ...
   </table>

nor

   <div style="page-break-inside: avoid;">
   <table>
   ...
   </table>
   </div>

seem to work. Is there a CSS way of doing this that actually works?
(only needs to work in IE). The amount of content vertically inside the
table will vary, so can't programmatically insert page-break-before
without it being a kludge.


Thanks

-- 
Aidan Whitehall [EMAIL-REMOVED]>
Macromedia ColdFusion Developer
Fairbanks Environmental Ltd  +44 (0)1695 51775
Queen's Awards Winner 2003 <http://www.fairbanks.co.uk/go/awards>

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: