When I create tables in Libreoffice Calc and paste them into Thunderbird it includes a element which changes the entire message’s CSS. The big problem is the “font-size: x-small” at the end. This is what is included when pasting:
<style>body, div, table, thead, tbody, tfoot, tr, th, td, p { font-fa=
mily: "Arial"; font-size: x-small; }</style>
Is there a way to change those attributes so all cut’n’paste is the same, or to not include it altogether.
Specifically, this is a problem in Thunderbird Email. When a table is pasted into an email, the element is included which changes the CSS for the entire email. It can be removed manually, but it is a cumbersome process that I’d rather avoid.
Thanks for any help!