View Single Post
  #1  
Old 08-25-2006, 02:18 AM
  Warwick's Avatar 
Warwick Warwick is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Somewhere on the web through European connection
Posts: 868
 

Default Trustlogo not floating

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!
__________________
Installs: X-Cart 4.1.x - 4.4.x ∙∙ MySQL version: 5.0.45 ∙∙ Apache version: 2.2.8 (Unix) ∙∙ PHP version: 5.25
X-Cart add-ons: all ∙∙ Mods: A lot; too many ∙∙ Skin templates: Many
∙∙ Experience: Somewhere beyond newbie
-----------------------------------
------------------------------------------------------------------------------------------------------
Looking for the best dutch language pack? 4.1.x - 4.6.x compatibel, native speaker translation! More info
Reply With Quote