You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been unable to get a fresh install of SCEditor to stop stripping out <style> tags.
I have tested allowedTags: ["style"] in the editor options; I have also tried with default format and with xhtml format. In all cases, style is stripped when switching between source and non source modes.
The text was updated successfully, but these errors were encountered:
I've created a work around with two text boxes, one for SCEditor and one for CSS that does not use SCEditor. When CSS is typed into the css box it auto injects it into the SCEditor for WYSIWYG support. Its a nice solution for my situation, however would still be nice to have inbuilt style support.
I have been unable to get a fresh install of SCEditor to stop stripping out <style> tags.
I have tested
allowedTags: ["style"]
in the editor options; I have also tried with default format and with xhtml format. In all cases, style is stripped when switching between source and non source modes.The text was updated successfully, but these errors were encountered: