Greap
11-01-2001, 16:42
Has anyone actualy managed to use these usefully ever. Just tried to use
@page {
margin: 2mm;
}
and also
@page {
margin-left: 2mm;
margin-right: 2mm;
margin-top: 2mm;
margin-bottom: 2mm;
}
neither of which do what i thought they where suposed to. I asumed that IE 5.5 would take these as the page properties when printing considering that they are in the CSS2 spec on the W3C site and IE 5.5 is supposed to be CSS2 compliant.
I also tried defining the page as landscape by using
size: landscape;
and it didnt work either. Am i doing somthing very wrong or am i being silly and nothing actualy supports this yet.
@page {
margin: 2mm;
}
and also
@page {
margin-left: 2mm;
margin-right: 2mm;
margin-top: 2mm;
margin-bottom: 2mm;
}
neither of which do what i thought they where suposed to. I asumed that IE 5.5 would take these as the page properties when printing considering that they are in the CSS2 spec on the W3C site and IE 5.5 is supposed to be CSS2 compliant.
I also tried defining the page as landscape by using
size: landscape;
and it didnt work either. Am i doing somthing very wrong or am i being silly and nothing actualy supports this yet.