Undlad (side 1 af 1)
Hvordan undlader jeg at der står "side 1 af xx" på udskriftet fra mine sider?Jeg har dette i min style:
<style type="text/css">
<!--
@media screen {
.top,.bund {display: none}
.main {display: block; width: 100%; position: absolute; top: 210px; left: 0}
}
@media print {
body {width: 21cm; height: 29.7cm}
.top {display: block; width: 100%; height: 150px; position: 75px: border: 2px solid black}
.bund {display: block; width: 100%; height: 50px; position: absolute; bottom: 5px; left: 0}
}
