<img src="your image link goes right here between the quote marks">
Google's image will look like this:
<img src="http://www.google.com/images/logo.gif">
and when copied and pasted exactly as shown:
Uh, if you remove the space between "img" and "src" it won't work.
That's why I said remove all "extra spaces" instead of all spaces. Of course, there must be a space between 'img' and 'src' (I tried to show that by forcing an extra space between them, but it probably wasn't easy to see).