I am printing a report from a standalone mozilla based application.
But it's printing the HTML table continusly. In my condition I want 'table headers' on every page. Also there might be static stuff like company logo, Title on every page. How can I do this?
You should be able to use the html <thead> tag to specify a table header that appears on each page of the table. You can also use CSS display: fixed; to add static elements such as company logo/title.
--BDS _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
