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?