Hello,
I am curious if there is a way to standardize the HTML inserted into a jqxEditor across browsers. For example, when text is bolded using an editor, if you’re in Firefox, a <b> tag is added. But, if the same action is done in Chrome, a <span> tag with a style attribute of “font-weight:bold;” is added instead.
Is there a way to make the editor add HTML in the same way regardless of the browser being used? My preference would be that, in the bolding example, a <b> is always added no matter what.
Thanks,
Henry