Images Not Displayed On Page/Story - tinymce probem?
drinkingsouls - July 31, 2008 - 01:32
Hey,
I recently installed Tinymce and was testing it. I found that if I add an image to the page using the editor, I can see it in the editor fine, but then when I publist the page/story, I cant see it anymore. This also happens with some other formatting, such as text alignment. If I align it center in the editor, and then publish it, its goes back to left aligned.
What could be causing this?
Thanks

Can you check the input
Can you check the input filter? May be change it to full HTML can resolve your issue.
Regards,
Suryanto Rachmat
yeah, check your input
yeah, check your input format.
but keep in mind that "Full HTML" is an inherent security risk, and should only be available to completely trusted users. instead, try adding just the tags you need (e.g. <img>) to the "Filtered HTML" input format.
Thank You!
Thanks guys, I changed it to Full HTML and it works fine now.
glad that's working for you.
glad that's working for you. but i just want to reiterate that Full HTML is a security risk: don't set it as your default filter, or allow untrusted users to use it.