New V6.6 and FCKeditor 6.x-1.3-rc5

I can successfully browse and upload images into the FCKeditor window and see them, but the images will not appear in the web browser IE of FF.

Any Ideas?

Comments

elegantsolutions’s picture

Adding < img > to the list of allowed tags in Full HTML fixes it, but I do not understand the need for the restriction on a Contributor.

If the Solution to the problem be concise and artfully or ingeniously contrived yet simple and handsome in effect, then the solution merits the adjective Elegant. -- K.G. Wilson

timmwenger’s picture

I spent hours trying to get the images to appear, and I finally found your suggestion.

If anyone else is looking, you can add the Only local images are allowed. tag here: Administer/Site Configuration/Input Formats, and click on configure.

Thank you!

dzhao1’s picture

Well, it is dangerous to use Only local images are allowed. 'cuz it is the source of cross site scripting. See it here
http://msdn.microsoft.com/en-us/library/ms998274.aspx
Tha'ts why it is filtered out in the 1st place..
I am not sure put Only local images are allowed. in the allowed list is a good fix. Maybe the better way is to have the filter to only allow "local" image..