Page 1 of 1

<text-indent> is missing in the docx

PostPosted: Mon Sep 16, 2019 1:28 pm
by mokarrom
While importing xhtml to docx, it doesn't recognize <text-indent> tag. However, converting docx to xhtml does interpret the first-line indent.

Code: Select all
<p style="text-indent:100px;">indent text</p>

Can anyone suggest me the proper way to feed CSS property while converting xhtml to docx?