By elegantsolutions on
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?
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
Solved, but Puzzled
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
You're my hero
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
tag here: Administer/Site Configuration/Input Formats, and click on configure.
Thank you!
Well, it is dangerous to use
Well, it is dangerous to use
'cuz it is the source of cross site scripting. See it here
in the allowed list is a good fix. Maybe the better way is to have the filter to only allow "local" image..
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