There are no forum posts on this topic! Why don't you write one?
Converting html string to docx:
<div style="text-align:center;"><img class="imgTopLogo" src="https://www.xyz.com//media/education-icon.png" /></div> (centers fine)
<table style="width:100%;"><tr><td>
<p style="text-align:center;">${modifiedCourseData.certificateHeadline}</p> (centers fine)
<p style="text-align:center;"><img class="imgTopLogo" src="https://www.xyz.com//media/education-icon.png" /></p> (does not center)
<p style="text-align:center;">${modifiedCourseData.certificateHeadline}</p> (centers fine)
...
How can I center an image in a TD? Thanks!