I'm using the great HTML editor and it works well.
But can I also change how the default buttons work?
For example, when I select some text and hit the Bold
button <span style="font-weight: bold;">
is used but I prefer it would use <strong>
. The same for Italic
. It is now using <span style="font-style: italic;">
but I prefer to use <em>
.
Not only makes it easier to style but it is also better for SEO.