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
Bordered image by TrueTypeText-Module
-
- New Member
- Posts: 4
- Joined: Sat Apr 05, 2008 10:14 pm
-
- Forum Members
- Posts: 33
- Joined: Fri Aug 17, 2007 8:35 am
Re: Bordered image by TrueTypeText-Module
can you link to the page so that I we can see the problem please
Richard
Richard
Menu Manager Tutorial: http://themes.cmsmadesimple.org/menu_manager_options.html
-
- New Member
- Posts: 4
- Joined: Sat Apr 05, 2008 10:14 pm
Re: Bordered image by TrueTypeText-Module
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
http://www.antevenio.de/
On the top above the content area you'll find three times 'Home', the third is generrated by TTT
Thanks
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Bordered image by TrueTypeText-Module
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.
In the direct image there's no border
so it's a styling issue.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Bordered image by TrueTypeText-Module
In your stylesheet, you have:
/* images */
img {
border: 2px solid #CCC;
}
Nullig
/* images */
img {
border: 2px solid #CCC;
}
Nullig