i create a html table in php using style tags in the td element, eg. one row:
tr
td style="text-align:left;"img src="...." width="355"/td
td style="width:10%;"/td
td style="text-align:right;"img src="..." width="355"/td
/tr
(of course i use < and >)
but the text-align statement, has no effect in word (in html it gets displayed correctly), the images inside the table are all left, what shall i do?