I have a simple XHTML file that I am trying to convert to a docx. The process works, and I get a valid docx file, but I cannot seem to make the tables output *without* borders. I saw a few posts suggesting that the table css have border-top-style = none.
I tried this, but still get borders.
With this CSS in place, I even see the debug log of 'setting borders to none'.
I've tried ...