I have got functional CKeditor textarea here http://www.mafiani.wu.cz/metalforever/ckeditor.php and I would like to listed symbols (numbers, text and so on) which I write into the CKeditor textarea. I used this code for listing this data.
<?php $editor_data = $_POST[ 'editor1' ]; echo $editor_data; ?>
But it works lets say a little bit imperfect because function echo listed a data from CKeditor's textarea without some characteristisc for example it ignores color of text which I select in CKeditor's textarea. Size and fonts work well but it can't depict the true color. In textarea I select green but under the textarea in listing of data there is text without green it's black as basic color.
Could someone help me?
Thank you.
EDIT: Images aren't listed too.
Re: Problem with listing data from CKeditor textarea
Could someone help me?
Thanks.