I cannot find info about my problems...
I write a simple list in the FCKeditor, like this:
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>
My first problem (the bigger) is it is rendered correctly; in the database it's the same code.... but...
When I want to modify the text, FCKeditor load it from the db in a wrong way.
Instead of the code it load this into itself:
<ul>[@text @] [@text @] [@text @] </ul>
What the hell is going on?
The text loaded is different from the code in the database!
Why?!
Help me, please!
Pictor
I write a simple list in the FCKeditor, like this:
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>
My first problem (the bigger) is it is rendered correctly; in the database it's the same code.... but...
When I want to modify the text, FCKeditor load it from the db in a wrong way.
Instead of the code it load this into itself:
<ul>[@text @] [@text @] [@text @] </ul>
What the hell is going on?
The text loaded is different from the code in the database!
Why?!
Help me, please!
Pictor
RE: List code reloaded wrong in the FCKeditor
Yeah.... corrected.

It was a stupid error from an our programmer :/
Thanks anyway!