CMS modifies google tracking code??
Posted: Wed Oct 21, 2009 5:19 pm
Hi Everyone,
I have placed our Google adwords tracking code in one of our CMS pages and it's not behaving properly...
The character entities get converted into < and "style" character changes to mce_style.
What must I do to get this code to display properly?
Any help would be greatly appreciated!!
-Costas
P.S. In case it helps below is a breakdown of what happens
Actual code:
Changed code:
<div style="display:inline;" mce_style="display:inline;"> <img height="1" width="1" style="border-style:none;" mce_style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/ ... script=0"/> </div>
I have placed our Google adwords tracking code in one of our CMS pages and it's not behaving properly...
The character entities get converted into < and "style" character changes to mce_style.
What must I do to get this code to display properly?
Any help would be greatly appreciated!!
-Costas
P.S. In case it helps below is a breakdown of what happens
Actual code:
Changed code:
<div style="display:inline;" mce_style="display:inline;"> <img height="1" width="1" style="border-style:none;" mce_style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/ ... script=0"/> </div>