Hello
I am trying to put some Javascript into a html box per following, however every time that I add, it disappears - cleaned out by the editor.
How do I stop this happening?
Also longer term I want to simply add this to the template - any suggestions?
<!-- RefTagger from Logos. Visit
http://www.logos.com/reftagger. This code should appear directly before the </body> tag. -->
<script src="
http://bible.logos.com/jsapi/referenc..." type="text/javascript"></script>
<script type="text/javascript">
Logos.ReferenceTagging.lbsBibleVersion = "NIV";
Logos.ReferenceTagging.lbsLinksOpenNewWindow = true;
Logos.ReferenceTagging.lbsLogosLinkIcon = "dark";
Logos.ReferenceTagging.lbsNoSearchTagNames = [ "h2", "h3", "h3" ];
Logos.ReferenceTagging.lbsTargetSite = "biblia";
Logos.ReferenceTagging.tag();
</script>
Thanks
Miles