Hopefully some one has an answer and work around for this.
My CSS single quotes are being stripped when going between "HTML" and "Normal" views. for example....
this => style="background: url('my/image/path');"
gets replace by
this => style="background: url(my/image/path);"
As well, this occurs if I try to load a template that contains such markup... thus breaking it.
The problem is, in firefox (all versions of firefox), this breaks the display, since firefox will then "clean up" the code by removing it and replacing it with it's own codes such as "-moz" tags.
Or is there anyway to prevent firefox from altering/removing code?
Thanks;
-Drew