Closed (fixed)
Project:
Tiny Tiny MCE
Version:
6.x-1.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
23 Jul 2008 at 14:17 UTC
Updated:
23 Jul 2008 at 18:17 UTC
Hi,
I installed everything fine. I went to do a test post to my blog and I set a link to a image using the picture button. It shows up fine in the tinymce editor window. After I save the post and it goes to the normal view screen there is no picture, no smiley icons just the text I wrote. Any ideas?
Thank you.
Comments
Comment #1
fleetcommand commentedProbably the <img> tag is filtered by your site...
You have two options.. Either set the input mode to "Full HTML" instead of "Filtered HTML", or you may add the img tag to the allowed html tags' list at /admin/settings/filters .. Select "Filtered HTML" > "Configure" then select the "Configure" tab then add <img> to the "Allowed HTML Tags" field.
Comment #2
demetelski commentedThank you. I went back and looked at the options and chose Full HTML in the Input Format. That fixed it.