alby wrote:
TeXnik wrote:
for example " reads now as
.
Look in TinyMCE WYSIWYG > Advanced tab and try to change Encoding of entities
Alby
In TinyMCE the setting was RAW (without change).
My severe problem is, that for correction of some typing mistakes, I have to turn WYSIWYG off and change manually all modified code again, then I I can save. If I forget to do so I get error messages (smarty error or can not read content) and the formatting of text or links appear as sourcecode not formated or as link on the webpage.
As the webpage appears correctly, I assume the data are saved correctly, but when reading the data from the database something must happen.
And this comes regardless which editor I use. I save without WYSIWYG and when reload the page for editing, it is changed. Before saving again, I have to look through the entire page which codes must be changed back.
You can imagine that is quite stressing.
Maybe it will be more clear if I create the error on the page again
http://www.thaiwahn.de/index.php?page=home&hl=de_De
On the right there is a box which should show your screen resolution
Code: Select all
{global_content name="Resolution-$lang"}
But when loading the page for editing in the source code this changes to
Code: Select all
<p>{global_content name="Resolution-$lang"}</p>
Below this is a small box telling that the pics below change with every opening of the page
Code: Select all
<span style="font-size:xx-small;">Jeder Aufruf der Seite, ruft auch ein neues Bid auf</span>
formatted as a small font.
Now load the page in CMSmadesimple for editing and forget to correct this small box,
the content of the box had been changed without my doing and is now:
Code: Select all
<p>[size= xx-small]Jeder Aufruf der Seite, ruft auch ein neues Bid auf[/size]</p>
which you can see on the page.
And as I mentioned this happens independently from the editor, therfore it should not be caused by the editors.