I have tried various HTML on the ckeditor demo page (https://docx-converter.cke-cs.com/demo) attempting to get a reliable 2 (Left, Right) or 3 column (Left, Center, Right) layout for the header, but am unable to get it work due to ckeditor docx conversion only supporting a limited number of css properties (https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html#supported-css-properties)
So I thought perhaps a plain table layout would work. However, the table layout suffers from borders that I cannot seem to remove.
To make generating HTML easier, I found this ckeditor Import from word word-to-html converter (https://ckeditor.com/import-from-word/demo/#rest-api) so we can see what styles are actually accepted by creating a document in word and converting it to html. Then when it gets converted back to word we will know the html works.
Any thoughts or solutions would be greatly appreciated!