Hi people,
Please, I need help. I have searched all over the forum, but i didn't find.
I insert the code in the right place, but when I test it, the result comes with bars.
Why is this happening?
Thank you ๐
The code inserted:
The result on the page:
Please, I need help. I have searched all over the forum, but i didn't find.
I insert the code in the right place, but when I test it, the result comes with bars.
Why is this happening?
Thank you ๐
The code inserted:
<!-- Google Code for Prรฉ-Inscriรงรฃo Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 955286982;
var google_conversion_language = "en";
var google_conversion_format = "2";
var google_conversion_color = "ffffff";
var google_conversion_label = "1h1-CP73olkQxovCxwM";
var google_remarketing_only = false;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/955286982/?label=1h1-CP73olkQxovCxwM&guid=ON&script=0"/>
</div>
</noscript>
The result on the page:
<script type=\\\"text/javascript\\\">
/* <![CDATA[ */
var google_conversion_id = 955286982;
var google_conversion_language = \\\"en\\\";
var google_conversion_format = \\\"2\\\";
var google_conversion_color = \\\"ffffff\\\";
var google_conversion_label = \\\"1h1-CP73olkQxovCxwM\\\";
var google_remarketing_only = false;
/* ]]> */
</script>
<script type=\\\"text/javascript\\\" src=\\\"//www.googleadservices.com/pagead/conversion.js\\\">
</script>
<noscript>
<div style=\\\"display:inline;\\\">
<img height=\\\"1\\\" width=\\\"1\\\" style=\\\"border-style:none;\\\" alt=\\\"\\\" src=\\\"//www.googleadservices.com/pagead/conversion/955286982/?label=1h1-CP73olkQxovCxwM&guid=ON&script=0\\\"/>
</div>
</noscript>
Hi leoquintino,
It looks as though you have magic_quotes set to on in your php.ini settings. Please try turning them off.
See the Joomla! doc here
Bob
It looks as though you have magic_quotes set to on in your php.ini settings. Please try turning them off.
See the Joomla! doc here
Bob
Thank you very much. Problem solved ๐
This topic is locked and no more replies can be posted.
