Image link on iPhone is not clickable
html, hyperlink, image, iphone, xslt
Solution
Sounds like an issue with the Iphone to me (wouldn't surprise me). The menu that pops up is likely because the Email client cannot launch the browser window when it has not already been started (hence why it works sometimes and doesn't others).
Problem
I have a signature that is used in outlook. The signature has an image at the bottom and a link that encompasses the image. On the computers you are able to click on the image and taken to the link while on the iPhone it asks you to save image, or copy or cancel. On occasion I have noticed it to work but have not been able to determine when it does link and when it asks to copy the image. The code is the relevant code for the image/link ``` <table> <tr> <td> <span style="font-size: 10pt; font-family: Calibri"> <br/> <!-- begin ad tag --> <a href="LINK" target="_blank"> <img src="IMAGE" border="0" alt="" /></a> <!-- end ad tag --> </span> </td> </tr> </table> ``` Edit 1: Just testing some more, if I go into the web browser on the IPhone and then back into the mail and click the image it goes to the link without prompting to save the image. Edit 2: Edit 1 works only on the iphone 4 version 5.1 (does not work on 4S have not tested others). Also works on ipad 3 version 5.1 Edit 3: Also does not work on 3g iphone either version 5.1 I am going to mark this up as an iphone issue and say jme1988 is correct unless someone comes up with something else. Thank you for your help