Quote Originally Posted by Viktor View Post
If you know html and css styles you can add any text in Smarty box also.
Hi Viktor,

I copy this code to a smarty content box:
<div class="adx">
<div class="adx-header">Advertisement</div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- sidebar Ads -->
<ins class="adsbygoogle"
*** style="display:block"
*** data-ad-client="ca-pub-**********"
*** data-ad-slot="*******"
*** data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
When I click save, it became like this
Arent there any way to make this smarty and html content box not changing or removing our code? hu hu hu
{literal}<div class=&quot;adx&quot;>
<div class=&quot;adx-header&quot;>Advertisement</div>
<script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;></script>
<!-- sidebar Ads -->
<ins class=&quot;adsbygoogle&quot;
style=&quot;display:block&quot;
data-ad-client=&quot;ca-pub-***********&quot;
data-ad-slot=&quot;*********&quot;
data-ad-format=&quot;auto&quot;></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>{/literal}