HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › margin-left:auto margin-right:auto not working › Re: Re: margin-left:auto margin-right:auto not working
August 2, 2012 at 17:47
#29077
The CSS properties are not supported by PD4ML.
For tables there is a non-standard workaround:
[language=css:ilomyxlf]@media pdf {
table.CenterDiv {
align:center;
}
}[/language:ilomyxlf]