Jump to content

<script type="text/javascript"> not showing in CMS/product pages


Recommended Posts

Hi, I'm trying to insert this simple line of code:

 

<script type="text/javascript" src="http://forms.aweber.com/form/38/1894314738.js"></script>

 

to a cms page but the code get automatically removed.

 

I have managed to show it using those this tag: {literal} {/literal} but the tag show on the page.

 

you can check how it looks on the page here:

"removed for SEO purpose"

 

Also, you can't see the {literal} {/literal} tags before & after the newsletter signup form because I have made them white for now, waiting for a better solution...

 

I have been searching for an hour & found nothing, any help is welcome.

 

Thanks a lot.

Edited by balthasar (see edit history)
Link to comment
Share on other sites

Ok, try this, put a space between your table (you should be using divs) and also use a self closing tag. Look at the page I linked above, this works for me on it

 

<div style="position:absolute; top:160px; left:500px;"> <script type="text/javascript" src="http://forms.aweber.com/form/38/1894314738.js" /> </div>

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...