Cannot get image to display in HTML View in IE.

Cannot get image to display in HTML View in IE.

below is the code I have in my html view to display the image:

<img alt="<%=rec2.abc_sponsor%>" width="200" src='https://creatorexport.zoho.com/DownloadFile.do?filepath=/<%=rec2.abc_sponsor_logo1%>&sharedBy=<%=zoho.adminuser%>&appLinkName=<%=zoho.appname%>&viewLinkName=chhsboosterclubsponsor_View'>

I then take this the script that displays the images and embed them into my website as a widget.

The image displays great in zoho and firefox, but in IE I only get a red x with the alt name displayed.

The majority of my end-users use IE, so I really need some help to figure this out.

Thanks.