James Rome wrote:
Even though I have <img> as an allowed tag, the filtered html filter gets rid of the guts of the tag (the pointer to the image) in Drupal 7 with TinyMCE. The html is just left with <img />. Ditto for font and span tags. This seems like a fundamental flaw. How do I allow users to insert images into filtered HTML posts?
You didn't say which version of Drupal. Perhaps the text within the <img /> tag isn't UTF-8 compatible, see the check_plain documentation.