Problem Inserting HTML

Problem Inserting HTML


I often use the Insert HTML button to embed widgets in the pages of my wikis. I tried today to embed code from Feedburner for an RSS class I am teaching. However, when I save the wiki page, it strips the image location from the code I have embedded so that the widget does not display properly. I also tried adding the code just by editing the source code of the page. The code I am trying to add is very simple:


<p><a href="http://feeds2.feedburner.com/semlsteachinglearning20" rel="alternate" type="application/rss+xml"><img src="http://www.feedburner.com/fb/images/pub/feed-icon16x16.png" alt="" style="vertical-align:middle;border:0"/></a>&nbsp;<a href="http://feeds2.feedburner.com/semlsteachinglearning20" rel="alternate" type="application/rss+xml">Subscribe in a reader</a></p>

Once the page is saved, the code changes to:

<p><a type="application/rss+xml" rel="alternate" href="http://feeds2.feedburner.com/semlsteachinglearning20"><img style="border: 0pt none ; vertical-align: middle;" /></a> <a type="application/rss+xml" rel="alternate" href="http://feeds2.feedburner.com/semlsteachinglearning20">Subscribe in a reader</a></p>