Hello everyone. I'm hoping someone can enlighten me about some behavior of topic replies.
I have enabled html replies on my forum in order to enable images being shown and resized easily by the users.
here is an example of some code that reproduces the problem.
<img src="http://imgur.com/Fl0ssM8" width="50%" height="50%" >
If i create a reply with this as the code or load a topic containing images they will clickable and open the image in a new tab. However if I edit the reply and don't change anything in the above code and submit it again the image is no longer clickable.
Is there a good reason for this behavior? I would prefer if the image was always only clickable if I coded something enabling it.