Hello, what I'm trying to do is really simple: I want to add some left spacing to the right to a HTML table inserted in a Word document.
This is how I initialize the table:
<table style="border-collapse:collapse; font-family: "Arial"; font-size: 10px; text-align: center; margin-left: 20em;">
..but it's not working.
Hoping for a prompt response, I thank you in advance.