Hi Guys,
I'm currently stumped with getting my SSL logo onto my site. The error I get in chrome's developer tools is "Uncaught ReferenceError: TrustLogo is not defined"
When I look at the script supplied by the comodo website I don't know what could be the issue.
here is the offending code:
Please help steer me in the right direction
Thanks in advance
I'm currently stumped with getting my SSL logo onto my site. The error I get in chrome's developer tools is "Uncaught ReferenceError: TrustLogo is not defined"
When I look at the script supplied by the comodo website I don't know what could be the issue.
here is the offending code:
Code:
<script language="JavaScript" type="text/javascript">
TrustLogo("https://*.co.za/wp-content/uploads/2015/11/comodo_secure_100x85_transp-compressor.png", "CL1", "none");
</script>
<a href="https://ssl.comodo.com" id="comodoTL">SSL Certificate</a>
Please help steer me in the right direction
Thanks in advance