unwanted css style adding to tables


Hey folks,
I´m using “classic editor”(tynimce I guess) in WordPress (last version) and it adds css styles to my tables. I want it to stop, can you please help me with that? I could not find anything about this topic anywhere.

For example:

<td <strong>style="width: 20%;"</strong>>100 USD</td>
<td style="width: 10%;">0,311925</td>
<td style="width: 10%;">0,0156</td>
<td style="width: 20%;">10 USD</td>
<td style="width: 20%;">10 USD</td>
<td style="width: 10%;">20,0156 USD</td>

should be without the “style=”width: xx%;”” etc.



Source link