sinan_zhou
08-27-2002, 09:26 PM
I tried to control the margin of printed page from the browser. Here is the problem I met: I use the CSS page directive and set up the margin to 0.5 inches, it does not work. The code I used in style sheets is:
@page {margin: .5in;}
and it's syntax published in w3c document. I do not know which part I was wrong.
My second question: is that possible I can control not to print the header and footer part of the document in the browsers? I did not see any document regarding this issue.
Thanks!
@page {margin: .5in;}
and it's syntax published in w3c document. I do not know which part I was wrong.
My second question: is that possible I can control not to print the header and footer part of the document in the browsers? I did not see any document regarding this issue.
Thanks!