I have to change this code for a text word link,(to a clickable image instead) also not sure about the code they give, at the end should the > tag be </a> ?
<a href="https://play.google.com/store/apps/details?id=com.avantivitastudios.MyApp" onClick="recordOutboundLink(this, 'Outbound Links', 'link anchor word goes here');return false;">
For an image code. Here is an example
<a href="http://www.w3.org"><img src="w3c_home.gif"
alt="World Wide Web Consortium Home"
width="72" height="46" border="0" /></a>
So looks like I have to add this some place.
onClick="recordOutboundLink(this, 'Outbound Links', 'link anchor word');return false;">
Not sure how to change this code, to convert it for an image and not the text link example?