I am trying to create a banner for PayPal Finance Promotion
The code they gave is supposed to be HTML- It is supposed to be in a block 160X600
<script type="text/javascript" data-pp-payerid="2CPGRX43X3H2N" data-pp-placementtype="160x600" data-pp-style="WHTBLUYMED"> (function (d, t) {"use strict";var s = d.getElementsByTagName(t)[0], n = d.createElement(t);n.src = "//www.paypalobjects.com/upstream/bizcomponents/js/merchant.js";s.parentNode.insertBefore(n, s);}(document, "script")); </script>
On the page it comes up as text same as code and not like html.
<script type="text/javascript" data-pp-payerid="2CPGRX43X3H2N" data-pp-placementtype="160x600" data-pp-style="WHTBLUYMED"> (function (d, t) {"use strict";var s = d.getElementsByTagName(t)[0], n = d.createElement(t);n.src = "//www.paypalobjects.com/upstream/bizcomponents/js/merchant.js";s.parentNode.insertBefore(n, s);}(document, "script")); </script>
PlayPal tech thinks the problem is something to do with Javascript.
I tried HTML blocks and text banners but nothing works.
does anyone have an idea what the problem is?
thank you