https://media1.giphy.com/media/z9QKefyYtYo0M/giphy.gif[Img][/QUOTE]
***well crap, I had the slashes going wrong; edited below***
People! People!
When you're doing html, you have to close the command. So if you're inserting an image, the first code will say [img], and the second MUST have a ***forward*** slash before the command, so: [ /img] (take out the space between the [ and the /.)
This is true of anything. If you want to do bold, it's [b] [ /b] (take out the space.)
For strikethrough, it's [s] [ /s] (take out the space)
etc etc
Your best bet is to find someone else's post that works, hit quote (on a computer, not on mobile) and study the code. Figure out what goes where, and then imitate it.
edit to add: by the way, html isn't case sensitive. Pay attention to the [ ]'s and /'s, not the capitalization.
edit: sorry sorry sorry