Using an Image as hyperlink

Using an Image as hyperlink

In my HTML view, I'm trying to use an image that I have uploaded into a form in my application as a hyperlink to a different perma-link HTML view.  The image will show properly on the HTML view, but there is no hyperlink on the image.
 
The HTML source code is as follows:
 
  1. <a href="https://creator.zoho.com/USERNAME/APPNAME/form-perma/FORMNAME/"> <img src="https://creatorexport.zoho.com/DownloadFile.do?filepath=IMAGEFILENAME&sharedBy=USERNAME&appLinkName=APPNAME&viewLinkName=IMAGEVIEWNAME"> </a>
 
where USERNAME, APPNAME, FORMNAME, and IMAGEVIEWNAME are replaced with my application information.
 
I have tried opening both the perma view and the view from my application.  I'm not sure what I am doing wrong where the image will show, but the hyperlink does not work.