Pic would be
< img src=”http://yourimage.jpg" >
But remove the spaces inside the angle brackets - if I leave them in the HTML interpreter will make it a link and it will disappear ;)
i.e. < img src="http://www.someserver.com/yourimage.com" >
Leaving out the spaces after the < and before the > of course.