Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An overview of Mozilla preference files' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An overview of Mozilla preference files
Authored by: RatsoBaggins on Sep 17, '03 09:15:14PM
I have tried to prevent printing of the automatic header & footer in mozilla for OSX by editing all.js and placing these lines in user.js

pref("print.print_headerleft", ""); pref("print.print_headercenter", ""); pref("print.print_headerright", ""); pref("print.print_footerleft", ""); pref("print.print_footercenter", ""); pref("print.print_footerright", "");

But it does not change anything?

Does anyone know how to not print the headers in moz?

[ Reply to This | # ]