Page 1 of 1

Bordered image by TrueTypeText-Module

Posted: Mon Apr 07, 2008 1:21 am
by carambolage
Hi,

i am using the True Type Text Module and predominantly it works fine.
But in any html-tag, text there is a small border around the generated image. This is while using the preinstalled font or any other. I tryed to fix it by using css-styles to avoid the border, i did use the different filetypes oder backgroundcolors, but nothing happens.

What is my problem? Can anybody help?

Thank

Re: Bordered image by TrueTypeText-Module

Posted: Mon Apr 07, 2008 10:02 am
by Richardo P
can you link to the page so that I we can see the problem please

Richard

Re: Bordered image by TrueTypeText-Module

Posted: Mon Apr 07, 2008 4:16 pm
by carambolage
yes, i forgot this

http://www.antevenio.de/

On the top above the content area you'll find three times 'Home', the third is generrated by TTT

Thanks

Re: Bordered image by TrueTypeText-Module

Posted: Mon Apr 07, 2008 4:27 pm
by calguy1000
I looked at the page, and then did a view source, found the image source, and browsed directly to the image.

In the direct image there's no border
so it's a styling issue.

Re: Bordered image by TrueTypeText-Module

Posted: Mon Apr 07, 2008 4:32 pm
by Nullig
In your stylesheet, you have:

/* images */
img {
border: 2px solid #CCC;
}

Nullig