comodo ssl
-
Hello how do install comodo SSL logo on my site
Select the position on your page where you’d like the TrustLogo to appear:
Position: InlineInstall Code Snippets
Your code snippets will appear below based on the position you choose for your TrustLogo.Please insert the following two snippets of HTML code into your webpage document. You will need to repeat the process for each web page you wish to display the TrustLogo.
Add this before your </HEAD> tag
<script type=”text/javascript”> //<![CDATA[
var tlJsHost = ((window.location.protocol == “https:”) ? “https://secure.comodo.com/” : “http://www.trustlogo.com/”);
document.write(unescape(“%3Cscript src='” + tlJsHost + “trustlogo/javascript/trustlogo.js’ type=’text/javascript’%3E%3C/script%3E”));
//]]>
</script>Add this before your </BODY> tag
<script language=”JavaScript” type=”text/javascript”>
TrustLogo(“www.yemritoutfit.co.ke”, “CL1”, “none”);
</script>
Comodo SSLcan you guys please explain how i can go about this to me ?
The topic ‘comodo ssl’ is closed to new replies.