Using zencart V1.5.1 and I am trying to position an alpha site seal in the header of my pages. The site seal can not be edited so the script tags need to be on. I saved the file as jscript_alpha.php and put it in template/my template/jscript/jscript_alpha.php. The seal shows up at the far left top of the browser window outside the page. How do I get the css to position it in the header?
this is the script:
<!--- Secure Site Seal - DO NOT EDIT --->
<span id="ss_img_wrapper_115-55_image_en"><a href="http://www.alphassl.com/ssl-certificates/wildcard-ssl.html" target="_blank" title="SSL Certificates"><img alt="Wildcard SSL Certificates" border=0 id="ss_img" src="//seal.alphassl.com/SiteSeal/images/alpha_noscript_115-55_en.gif" title="SSL Certificate"></a></span><script type="text/javascript" src="//seal.alphassl.com/SiteSeal/alpha_image_115-55_en.js"></script>
<!--- Secure Site Seal - DO NOT EDIT ---
This is what I have for my css:
#ss_img_wrapper_115-55_image_en{
position: absolute;
margin-top: 3px;
margin-left: 180px;
}
Do I need to put it in the html_header.php as well and if so, how.


Reply With Quote
