Hi,
I've just found a strange behavior of the WYSIWYG editor. If I want to make some text bold, different browsers produce different code:
Firefox: <span style="font-weight: bold;">bold text</span>
MSIE and other browsers: <strong>bold text</strong>
Visually the output looks the same, but there is a big difference for SEO. Can I somehow set Firefox to produce the same code as MSIE, i.e. <strong>bold text</strong> or is it possible to change the javascript somewhere?
Thank you very much