Hello,
When I set a style (e.g. the border-width of a table) with the edtior, it creates an html attribute.
Is it possible to create a css property instead?
For example:
Instead of: <table border="1">...</table>
it should create: <table style="border-width:1px">...</table>
My default css resets all styles and because of the lower priority of html attributes: None of my editor-created styles is displayed.