I am dealing with this issue:
The language is PHP
strip_tags(HTML,'<a><p><span><em><strong><hr><img><ul><li><ol><br>');
Dis-spite placing IMG as allowed tag, it still get's removed from any string.
I did some googling and so far no good. I tried replacing <img with like %IMG% and replacing it...