My Trustlogo has a 'White Border', why?

Trustlogo white border issue.

When placing the trust logo on your web site which has a CSS you will need to make sure you do the following:

1. Check that the Corner Of Trustlogo scripts are correctly placed on the web page as per the Trustlogo Installation Instructions

2. CSS script requires 'height:100%', check your Style Sheet looks like the one below with your color and font styles


Add 'height:100%;' to the BODY defined in the style sheet

body {
background-color: #004a80;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 1.4em;
margin: 0px;
padding: 0px;
height:100%;
}

The above should resolve white border issues
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Trustlogo Example Installation

Solution If you would like to view an example of the Trust Logos we currently offer for an...

Corner of TrustLogo Installation

In order to install the Corner of TrustLogo (COT) you must add two Java Scripts (JS) to your web...

Corner of Trustlogo bounces as I scroll up and down the page

If the Corner of Trustlogo bounces as you scroll up and down the page, below are the possible...