Hi.
I installed FCKeditor, and it worked nice the last two weeks.
But my boss updated the content to the following:
<p><font size="4">Wir wünschen allen Tänzer/innen ein schönes</font></p>
<p align="center"><strong><font size="5">Osterfest!!!</font></strong></p>
<p align="left"><font size="4"></font></p>
<p align="left"><font size="3">Das Programm</font> <font size="3">steht, einige Aktionen sind in Vorbereitung - wir freuen uns schon auf die neue Saison. Immer nach dem Motto, die Vorfreude ist die schönste Freude. Die Fachtagung brachte auch noch ein paar Ideen, und das Beste überhaupt: jetzt sind noch ein paar Tage Urlaub. Also, wenn Sie bei uns anrufen (01801 242 242</font><font size="2">von überall zum Ortstarif</font><font size="3">) nicht böse sein, wenn der Anrufbeantworter hingeht. Aber er wird immer wieder abgehört, und ihre Adresse, sofern Sie sie aufsprechen, geht garantiert nicht verloren! Und dann kommen wir sowas von erholt wieder, das können Sie gar nicht glauben! )</font></p>
<p align="left"><font size="3">Wir wünschen auch Ihnen noch ein paar schöne Tage,</font></p>
<p align="left"><font size="3">für das ganze Team</font></p>
<p align="left"><font size="3">Hans-Jörg</font></p>
<p align="left"><font size="3"></font></p>
and now FCKeditor is not shown anymore. What is the error, that makes FCKeditor stop?
JS tells me an error in this line:
oFCKeditor.Value = '<?=nl2br($cont->parseContent());?>';
and this line is content, for sure.
Thanks for your help.
RE: Problem with some Code
oFCKeditor.Value = '<?=nl2br(htmlentities($cont->content));?>';
But it also doesn't work.
Any solution?