My problem is:
I write for example
PHP Code:
Hello
nice tool
and if ich will add the next time someting, it shows afterwards
PHP Code:
Hello
<br><br>
nice tool
<br> added text
if i add something more, he doubles all tags !
PHP Code:
Hello
<br><br><br><br>
nice tool
<br><br> added text
and i (i`m allowed to edit) see all tags like they are "<br>" and not the "real" output when i leave the field...
sorry for my english, but i hope you understand what i mean....