Iam enclosing my html document content in a table with tfoot and thead , so that on printing I get thead and tfoot repeated on all pages.I have two problems for which I need help.
I need dynamic content in my thead and tfoot (like page number / date , title etc). 1. Is there a way by which I can make page numbering / date / time appear in tfoot.I do not want to use the browser provided footer ( available in browser page setup).I want to define a html for tfoot and thead. 2. If I tweak the code in nsPrintEngine to get the tfoot /thead node and replace the page number or title , My apprehension is that the tfoot or thead I get during frame iteration is a continuation frame and is not unique to each pageContentFrame.I change only last page number will apply to all footer. Please correct me if Iam wrong and let me know if what I think is doable?.Iam stuck here. regards, Krithi. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

