Hi, I'm a newbie to Drupal and I'm trying to get TinyMCE, wisiwyg amd ICME to work within the Danland theme in Drupal 7. I've installed the three components and according to the modules list, they are enabled and working. I can create a plain page or block and edit text using TinyMCE and add images, links and format everything. It all looks fine (i.e. formatted content NOT source) in the editor. When I save the edits and look at the page in a browser, I see the source code and no images. Can you suggest what I may be doing wrong in my configuration?

You can see what is going on at the bottom of this page...

http://cpbc.bio.nau.edu/sega/

Comments

twod’s picture

Status: Active » Closed (duplicate)

This is pretty much the same issue as in #1779506: Better format capability for Filtered HTML.

You need to configure Drupal's text filters to allow the markup created by the editor. Look in the other issue for some more background info and pointers.