I've been trying to fix this problem for 22 hours now, but as a newcomer, I think it's time to hand it over to the pros.
I've been attempting to get rid of the extra line height that Outlook.com adds to emails, but I haven't had any luck. I tried adding the .ExternalClass style to the body, but I might have put in the wrong place. If someone could take a look at the code for me, I'd really appreciate it.
<style>
.ExternalClass * {line-height: 100%}
</style>
</head>
<body class="ExternalClass" style="font-family:Arial, Helvetica, sans-serif">
<table width="900px" border="0px" align="left" cellpadding="0px" cellspacing="0px">
<tr>
<td>
<table width="900px" border="0px" cellspacing="0px" cellpadding="0px" style="padding-bottom: 10px">
<tr>
</tr>
</table>
<table width="700" border="0" cellspacing="0" cellpadding="0" style="clear:both; overflow:hidden; padding-bottom: 40px">
<tr>
<td width="180">
<table width="154" height="154" border="0px" align="left" cellpadding="0" cellspacing="0" >
<tr>
<td bgcolor="#0099FF"><img src="http://www.internet.com/images/emails/pic.jpg" width="154px" height="154px" alt="Dan Tanner"></td>
</tr>
</table></td>
<td valign="top">
<table style="padding:0; margin:0;" width="520" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="520" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="160" style="background-color:#173966; color:#FFF; font-size:26px; line-height: 26px; font-weight:bold; padding-left:10px;">My Name</td >
<td width="360"> </td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="520" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"></td>
<td width="115" style="background-color:#ee2375; color:#FFF; font-size:18px; font-style:italic; padding-left:10px">Co-Founder</td>
<td width="390"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><table width="520" border="0" cellspacing="0" cellpadding="0" style="font-size:18px">
<tr>
<td width="90">Email:</td>
<td width="430"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0865716d65696164486d65696164266b6765">[email protected]</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="520" border="0" cellspacing="0" cellpadding="0" style="font-size:18px">
<tr>
<td width="90">Phone:</td>
<td width="430">0123456789</td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="520" border="0" cellspacing="0" cellpadding="0" style="font-size:18px">
<tr>
<td width="90">Website:</td>
<td width="430"><a href="http://www.internet.com" target="_blank">www.internet.com</a></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>