I'm sure this is simple, but I am working on my first site. It is a site for a charity event where to customers will be signing up for a golf outing by choosing a donation amount, and using a shopping cart feature to enter their payment info. I am using GeoTrust for my SSL, and they gave me the code, but I don't know what to do with it. This is it, but where do I enter it in Dreamweaver to get it to display?
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->
Thanks,
Chris
Basically, it does not matter where the script goes, I usually place it at the end of my document. However, if the script is used for rendering purposes, the the script must be placed in an earlier location.
Not knowing what the script, that you have shown, does, it may be best to place it where you want the icon to appear,\.
Gramps
If you have a look at the JS you will see
if (gt__plat >= 5.1) {
document.write("<div style=\"display:none\">");
document.write("<img src=\"https://extended-validation-ssl.geotrust.com/dot_clear.gif\" ALT=\"\" />");
document.write("</div>");
}
}
I am not sure what gt__plat is. It may be best if you have a look here https://knowledge.geotrust.com/support/knowledge-base/index.html
Gramps
North America
Europe, Middle East and Africa
Asia Pacific