I have altered the skin1/customer/home.tpl and put in the correct code at the correct places (between the corresponding tags) as being directed through the trustlogo.com site:
Quote:
Step 1: Copy the below JavaScript in your HTML page's <head> tag.
Use the following line if you are displaying your TrustLogo over a STANDARD NON-SECURE page, e.g. http://
<script language="JavaScript" src="http://www.trustlogo.com/trustlogo/javascript/trustlogo.js" type="text/javascript">
</script>
Step 2: not relevant
Step 3: Copy and paste the below code into your webpage HTML.
<!--
TrustLogo Html Builder Code:
Shows the logo at URL http://www.mydomain.com/shop/trustlogo/cornertrust.gif
Logo type is ("SC")
Floating on the
//-->
<script type="text/javascript">TrustLogo("http://www.mydomain.com/shop/trustlogo/cornertrust.gif", "SC", "bottomright");</script>
|
The trustlogo is showing and functioning now on all pages, but it is centered at the bottom and not floating.
My aim is to get it in the right bottom corner and floating above the content below it.
I guess the code should be put somewhere else in the home.tpl or should I add the code in another .tpl file to get the result I want?
p.s. I've been able to see other sites where it works with my browser so I figure that the browser isn't the problem.
Thanks in advance!
