Please try this:
<!DOCTYPE html>
<html>
<head>
<title>
My Webpage Title
</title>
</head>
<body>
<a href="SOME_URL"> <img src="SOME_URL"/> </a>
</body>
</html>
You can put actual URLs in place of SOME_URL text
I hope it works. If it doesn't work, please let us know and we will look into this.