We have found that some of our end users are pasting HTML into the editor that has nested double quotes for a URL. When they save their changes and the editor parses that HTML the changes the editor makes are even worse. We realize that this HTML is not compliant in the first place but is there any way to disable this specific type of change? We would prefer to preserve incorrect HTML than to have the editor make any further changes.
Our customers may paste in code like this:
Which then gets changed into something like this:
Alternatively, if there is a way to get it to change their source so that it is correct, with the URL in a single-quote that would be ideal.
Thanks
Our customers may paste in code like this:
<
td
style
=
"width: 133px; height: 20px; text-align: center; vertical-align: middle; background-image: url("
/resource/resmgr/IDGuard/LandTab_M.png");"> </
td
>
<
td
style
=
"width: 133px; height: 20px; text-align: center; vertical-align: middle; background-image: url("
resource
=
""
resmgr
=
""
idguard
=
""
landtab_m.png);"=""> </
td
>
Alternatively, if there is a way to get it to change their source so that it is correct, with the URL in a single-quote that would be ideal.
Thanks