Hi!
Great editor btw ...
I have a problem, the code is like this:
<form action="submit.php" method="post"> <textarea name="editor"> <? $page = readHTML(page.htm); echo $page; ?> </textarea> </form>
Everything fine... however, don't work for everything. Some pages have <forms> inside, where exist <textarea> inputs... and when the code "</textarea>" its put, the <textarea> from the editor it's closed. The result, its the following text OUT from the CKEditor...
What can I do?
Thanks!,
Alfredo.
Re: < textarea > with a < textarea >... it doesnt wo
with :
Re: < textarea > with a < textarea >... it doesnt wo
thank you!!
