TMA: bug with ie6 and ie 7???
Mon, 21/09/2009 - 15:32
maen007
Joined: 21/09/2009
Posts:
Hello Experts,
I create a site with TMA to use your comfortable extraxtions. Sorry for my falts I'm german. The site is: www.journal-saar.de The problem is, that when I use Garland and fckeditor, the IE6/7 shows float left/right as usual. But when I use TMA, text with pictures at the left / right do't get floated. Instead it's included at the baseline.
When I change the css to top, the first line comes at the top, but the rest is also baseline, but only in IE6/7. IE 8 and FF interpretate the contents correctly.
Does anyone knows my fault???
I 've been testing for 3 days, but with no success at now...
Hopefully,
maen

Hi,
Firstly, I don't really know all of what's happening since I'm not familiar with the FCK editor. However, I've just visited your site, and saw that your images are rendered with html code like:
<img align="right" width="180" height="180" src="/sites/default/files/images/large_apfel.jpg" style="margin: 5px 0px 0px 5px;" alt="apfel"/>
The align="right" looks suspicious since that's an old way of aligning images and possibly doesn't not work cross-browser. I'd suggest you chase this up with the FCKeditor people.