Re: Controlling page margins
- From: "Russell Campbell" <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 00:54:14 GMT
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@xxxxxxxxx> 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
.
- Follow-Ups:
- Re: Controlling page margins
- From: Nikita the Spider
- Re: Controlling page margins
- References:
- Controlling page margins
- From: Russell Campbell
- Re: Controlling page margins
- From: Nikita the Spider
- Controlling page margins
- Prev by Date: Re: Controlling page margins
- Next by Date: CSS Trouble
- Previous by thread: Re: Controlling page margins
- Next by thread: Re: Controlling page margins
- Index(es):
Relevant Pages
|