Replies: 1
I’m using the Custom HTML widget to display the PositiveSSL seal inside of the footer. In the editor it displays in the right place but on the live page it shows up outside and below the footer.
You can see where it is in my editor:
When I look at the HTML in the browser, it shows the generated code after the <footer></footer> with a bunch of other script. But I need it to be inside the footer.
Here’s the html script. It’s found at: https://www.positivessl.com/the-positivessl-trustlogo
<script type="text/javascript"> //<![CDATA[ var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.trust-provider.com/" : "http://www.trustlogo.com/"); document.write(unescape("%3Cscript src="" + tlJsHost + "trustlogo/javascript/trustlogo.js" type="text/javascript"%3E%3C/script%3E")); //]]></script> <script language="JavaScript" type="text/javascript"> TrustLogo("https://www.positivessl.com/images/seals/positivessl_trust_seal_md_167x42.png", "POSDV", "none"); </script>
