Dompdf: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== pdf Seite ohne Ränder == <source lang=css> body{ position: absolute; top: 0px; left: 0px; margin-bottom: -45px; margin-right: -90px; } </source>“) |
F (Diskussion | Beiträge) (→pdf Seite ohne Ränder) |
||
Zeile 6: | Zeile 6: | ||
left: 0px; | left: 0px; | ||
margin-bottom: -45px; | margin-bottom: -45px; | ||
− | margin-right: - | + | margin-right: -91px; |
} | } | ||
</source> | </source> |
Aktuelle Version vom 15. November 2017, 00:21 Uhr
pdf Seite ohne Ränder
body{
position: absolute;
top: 0px;
left: 0px;
margin-bottom: -45px;
margin-right: -91px;
}