Well people,
I am again trying to help you, because to me almost had to change server. My Hosting Company confirmed that the problem is actually the link as described in the last post. But they could not do anything because it would be changing safety rules. Well I went behind otherwise. If you go up to the file in question: your joomla folder / plugins / cck_field / wysiwyg_editor / tmpl / form.php
look for the line:
width = $ ($ params [0])? $ params [0] '100%';
and change it to any number without percentage
width = $ ($ params [0])? $ params [0], '500';
obs .: always make a copy of the commented line that will change ok!
And also in the file:
your joomla folder / plugins / cck_field / wysiwyg_editor / wysiwyg_editor.php
look for the line:
$ width = $ @ options2 ['width']? str_replace ('px', '', $ options2 ['width']): "100%";
and change it to any number without percentage
$ width = $ @ options2 ['width']? str_replace ('px', '', $ options2 ['width']), '400';
obs .: always make a copy of the commented line that will change ok!
So you take the link the percent sign and he will begin to open normally, but remember to clear the cache of your browser. But no use ctrl + F5, you have to go there in the property browser and clear.
I ask the forum administrators do not scold me for coming back and posting all the time because you know you know. We always want to help.