Hi

I must write some web pages for the Nokia Media Terminal which is
using Mozilla 0.9.5. But the Page setup option is missing. So by
default the printed pages will have a margin and in all 4 corners of
the page will be printed also the name of the page, the url of the
page, the page number and the date. The user of Mozilla 0.9.5 is not
provided a posibility for setting the margin to 0 and removing other
undesired information inside the page. Eventually I've found a .js
file located in ...mozilla.org\Mozilla\defaults\pref and called
all.js. Inside this file I've replaced the following lines :

pref("print.print_headerleft", "&T");
pref("print.print_headerright", "&U");
pref("print.print_footerleft", "&P");
pref("print.print_footerright", "&D");

with:

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

and I got rid of the undesired text...but the margins still exist.
I need to print clean pages, without any margins and without any
additional text.
Has any of you a solution for this?

Thanks in advance
Cipris
www.memiq.com

Reply via email to