Posted by Russell Campbell on 08/31/06 00:54
I'm not sure this will help, even if IE 6 handled it properly. Is this
going to make the printer start printing at the very edge of the page with
the 0px value (which most laser printers can't do, anyway)? What I need is
to tell the printer to use about a 1/4 inch margin, which most laser
printers can do. I think the main problem right now is IE's poor support of
CSS2.
Thanks for your reply.
"Nikita the Spider" <NikitaTheSpider@gmail.com> wrote in message
news:NikitaTheSpider-
> Hi Russell,
> Have you tried this?
>
> @media print {
> body {
> margin: 0px 0px 0px 0px;
> padding: 0px 0px 0px 0px;
> width: 100%;
> }
> }
>
> --
> Philip
> http://NikitaTheSpider.com/
> Whole-site HTML validation, link checking and more
[Back to original message]
|