I'm struggling with my email signature displaying incorrectly in Apple Mail on iOS. I want the signature to be non-wrapping and fit within the screen width, similar to how it appears in a desktop email client like Apple Mail on OS X.
Below is the current code I am using. If anyone could offer guidance on what I might be doing wrong, I would greatly appreciate it.
<body topmargin="0" leftmargin="0" rightmargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="left">
<a href="http://bit.ly/1roJoAu">
<img alt="Motion Source" border="0" src="http://i.imgur.com/YG8iERP.jpg" title="My Website">
</a>
</td>
<td width="100%">
<span style="text-align: left; color: #797C79; font-family: 'Arial', sans-serif; font-size: 10pt; font-weight: bold">
First Last</span><span style="text-align: left; margin-top: 0px; margin-bottom: 0px; color: #797C79; font-family: 'Arial', sans-serif; font-size: 9pt; font-weight: normal"> | Media Producer</span>
<br>
<span style="text-align: left; color: #797C79; font-family: Arial; font-size: 9pt; font-style: normal; font-weight: normal;">
mobile (555)
555-5555 | fax (555) 555-5555<br></span>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<span style="line-height: 3px; font-size: 3px;">
<br>
</span>
<span style="text-align: left; margin-top: 0px; color: #D0913D; font-size: 8pt; font-weight: bold; font-family: 'Calibri', sans-serif;">
<a href="http://website.com" style="text-decoration: none; color: #b6a15e;">website</a> | <a href="http://linkd.in/" style="text-decoration: none; color: #b6a15e;">LinkedIn</a> | <a href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="d1bfbebfb491bcb4ffb2bebc">[email protected]</a>" style="text-decoration: none; color: #b6a15e;">email</a>
</span>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>