Rene Saarsoo
Fri, 17 Mar 2006 00:52:12 -0800
Jack Pivac wrote:
on 17/03/06 15:04 R Walker (RMW Web Publishing) said the following:Try "page-break-inside: avoid;" on your divs.Yeah am using that at the moment but it doesn't seem to do anything...
As much as I have tested, this only seems to work in Opera.
Maybe you should just try to force page-break after every third
office-div (it seems that three of those fit nicely on one page...
especially when you remove the header). Probably adding some
class="third office" on the server side and something like:
.third {
page-break-after: always;
}
or this might work even better:
.third + div {
page-break-before: always;
}
--
Rene Saarsoo
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************