Hi,
I'm new in the forum. So I hope I put this in the right forum (wasn't sure if it is a problem of the addon or the CKEditor).
I hav the following HTML-Code
<div> <table align="right" border="0" cellpadding="1" cellspacing="1" style="width: 0px;"> <tbody> <tr> <td> <a href="buch101-102-103-104-105-106.html"><img alt="" src="http://www.irma-krauss.de/link/images/Katharina_-_Tage_mit_Eric.jpg" style="width: 188px; height: 300px;" /></a></td> </tr> <tr> <td> <a href="http://www.amazon.de/gp/search?ie=UTF8&keywords=Katharina-Serie&tag=homepavonirmakra&index=digital-text&linkCode=ur2&camp=1638&creative=6742" target="_blank">Bei Amazon</a></td> </tr> </tbody> </table> Cupcake ipsum dolor sit amet. Caramels danish caramels muffin lemon drops powder caramels. Candy canes sugar plum wafer powder liquorice jelly-o. Applicake biscuit tiramisu croissant sweet roll liquorice apple pie soufflé.</div> <div>
What looks like this:
It works perfectly as long as I don't use the Spellchecker. After the Spellchecker the code looks like this
<div> <table align="right" border="0" cellpadding="1" cellspacing="1" style="width: 0px;"> <tbody> <tr> <td> <a href="buch101-102-103-104-105-106.html"><img alt="" src="http://www.irma-krauss.de/link/images/Katharina_-_Tage_mit_Eric.jpg" style="width: 188px; height: 300px;" /></a></td> </tr> <tr> <td> <a href="http://www.amazon.de/gp/search?ie=UTF8&keywords=Katharina-Serie&tag=homepavonirmakra&index=digital-text&linkCode=ur2&camp=1638&creative=6742" target="_blank">Bei </a></td> </tr> </tbody> </table> <table align="right" border="0" cellpadding="1" cellspacing="1" style="width: 0px;"> <tbody> <tr> <td> <a href="http://www.amazon.de/gp/search?ie=UTF8&keywords=Katharina-Serie&tag=homepavonirmakra&index=digital-text&linkCode=ur2&camp=1638&creative=6742" target="_blank">Amazon</a></td> </tr> </tbody> </table> Cupcake ipsum dolor sit amet. Caramels danish caramels muffin lemon drops powder caramels. Candy canes sugar plum wafer powder liquorice jelly-o. Applicake biscuit tiramisu croissant sweet roll liquorice apple pie soufflé.</div> <div> </div>
What looks like this (problem in the circle):
The promlem is that the div tag opens before the table (and probably the unknown word Amazon). I moved the div in HTML after the closing tag of the table and everthing worked perfectly.
I tested it on my FCEditor 3.6.2 and on the online demo which is 3.6.3. It allways happens when I use the Spellcheck. I hope you can help me and find the bug. It took me 30 minutes to find the reason.