Is there a setting to prevent the Topic editor from deleting Javacript in ML64 version 8?
I can't put tracking code in (for Google) as the editor keeps deleting the JavaScript portion of the topic (or any topic for that matter).
It also puts in an annoying line break tag as well. This happens in the HTML source mode (which I'd like to completely turn off ANY modifications made by the editor, since most mods the editor makes result in bad HTML markup anyway!)
For example, the following:
<!-- 7Search Code for Conversion Page (start) -->
<script language="JavaScript" type="text/javascript">
var _7search_conversion_advid = 111111;
var _7search_conversion_type = "purchase";
var _7search_conversion_value = (!ORDERTOTAL!);
</script>
<script language="JavaScript" type="text/javascript" src="https://conversion.7search.com/conversion/v1/conversion.js"></script>
<noscript><img width="1" height="1" border="0" src="https://conversion.7search.com/conversion/v1/?advid=111111&urlid=&type=purchase&value=(!ORDERTO TAL!)&noscript=1" /></noscript>
<!-- 7Search Code for Conversion Page (end) -->
Becomes:
<br>
<!-- 7Search Code for Conversion Page (start) -->
<noscript><img width="1" height="1" border="0" src="https://conversion.7search.com/conversion/v1/?advid=111111&urlid=&type=purchase&value=(!ORDERTO TAL!)&noscript=1" /></noscript>
<!-- 7Search Code for Conversion Page (end) -->