on 17/03/06 23:46 Rene Saarsoo said the following:
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;
}



Cheers Rene,

Yeah pity there is no better/more automatic way to do it.

I should be able to implement a 3rd break pretty easily with a touch of php :)

Thanks again everyone,
Jack
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to