HighDots Forums  

Avoiding page breaks in table rows

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Avoiding page breaks in table rows in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Klaus Johannes Rusch
 
Posts: n/a

Default Avoiding page breaks in table rows - 08-05-2003 , 07:10 AM







How can I define a table such that page breaks only occur between table
rows, not within a table row, when printed with current browsers?

--
Klaus Johannes Rusch
KlausRusch (AT) atmedia (DOT) net
http://www.atmedia.net/KlausRusch/



Reply With Quote
  #2  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Avoiding page breaks in table rows - 08-05-2003 , 07:20 AM






Klaus Johannes Rusch <KlausRusch (AT) atmedia (DOT) net> wrote:

Quote:
How can I define a table such that page breaks only occur between
table rows, not within a table row, when printed with current
browsers?
In principle,
tr { page-break-inside: avoid; }

But I don't think you'll find any (significant) browser support.

--
Yucca, http://www.cs.tut.fi/~jkorpela/


Reply With Quote
  #3  
Old   
Stephen Poley
 
Posts: n/a

Default Re: Avoiding page breaks in table rows - 08-05-2003 , 09:36 AM



On Tue, 5 Aug 2003 12:20:25 +0000 (UTC), "Jukka K. Korpela"
<jkorpela (AT) cs (DOT) tut.fi> wrote:

Quote:
Klaus Johannes Rusch <KlausRusch (AT) atmedia (DOT) net> wrote:

How can I define a table such that page breaks only occur between
table rows, not within a table row, when printed with current
browsers?

In principle,
tr { page-break-inside: avoid; }

But I don't think you'll find any (significant) browser support.
Opera 7 only, of the browsers in my menagerie.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.