logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Scott on Wed 27 Nov 2002 in response to Printing with Page Breaks

Re: Getting pagebreaks to work in a view

I just spent a lot of time trying to figure out why my page breaks weren't
working, when I stumbled upon a statement....


Note: You can not use this property on absolutely positioned elements.


(Apparently, this includes Divs within other Divs that are absolutely
positioned, as in my case)


source: http://www.w3schools.com/css/pr_print_pageba.asp


Scott