Inserting an image with HTML

There will be times when you may need to insert an image that you want to be clickable, like this:

Submit your file for bid

Here's the html snippet. Just replace your info. The alt= will make it findable for Google Images:

<a href="http://www.epubconversions.com/submit"><img src="http://epubconversions.com/wp-content/uploads/2014/08/upload1.png" alt="Submit your file for bid" /></a>