Dompdf: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(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>“)
 
(pdf Seite ohne Ränder)
 
Zeile 6: Zeile 6:
 
left: 0px;
 
left: 0px;
 
margin-bottom: -45px;
 
margin-bottom: -45px;
margin-right: -90px;
+
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;
}