Quote:
Originally Posted by DaleDe
PX is perfect to avoid the shadow cast by the casing on the edge of the screen for example. 5 px margin works well in this case but for other uses it makes no sense.
Dale
|
@page {
margin-top: 5px;
margin-right: 5px;
margin-left: 5px
}
That's a case where I do agree what px works fine.