Topic: Src is stripped out of img tags?
I tried as many options as I can think of.
<img src="i.gif" /> is replaced with <img src="" alt="image" />OR
<img src="boat.gif" alt="Big Boat"> is replaces with <img src="" alt="" />Am I missing something or does image not work?