Hi,
i’m try to load Text in the Editor from a Database with html-tags like this:
<div id="pict_box_change_q" class="pict_box_left" > <a href="pict/aktuell/2010/name.png" title="Beschreibung" class="thickbox" ><img src="pict/aktuell/2009/name.png" width="200" height="150" alt="Beschreibung"></a> </div>
But the Editor don’t display this. It’s correct load by php(mysql):
editor.setContent(“<?php echo $c_text ?>”);
Escape of the Quotes don’t have an effect.
What can I do?
Thanks,
Joerg