Row spacing, go away, and never come back!
Hey all,
I can't for the life of me figure this one out.
I have an email. I have a table. I have a gap between two rows that I can't get rid of in IE.
I've googled it, tried many difference combinations, put tables within tables, then simplified it and remove thoss tables. No Css. No luck.
I'm also using DotMailer (if any of you are familiar with it) to upload the email to send out - and it adds its own bit of html which doesn't help (e.g. <td style="padding:0px;"
etc).
Currently the biggest gap issue is between line 35 and 36 (though it's all rows once I've uploaded it to DotMailer).
Can anyone help pretty please? It's driving me mad! #badmonday
Zoë
<table cellpadding="0" cellspacing="0" align="center" width="600" style="font-family: Arial,Helvetica,sans-serif; vertical-align:middle;">
<tbody>
<tr>
<td style="font-size:10px; font-family:Arial, Helvetica, sans-serif;" align="center">
<a style="color:#00B5E6" href="http://$CANTREAD$"><font style="font-family:Arial, Helvetica, sans-serif; font-size:10px">Click here to view online</font></a>
</td>
</tr>
<tr>
<td style="width: 600px;" bgcolor="#FFFFFF">
<img src="xxxx" height="8" width="8">
</td>
</tr>
<tr>
<td style="background-color: #FFFFFF; width: 600px;">
<table border="0" cellpadding="0" cellspacing="0" width="600" align="center">
<tbody>
<tr>
<td width="600" height="235" colspan="2" style="padding:0px;" border="0">
<img src="xxx" height="235" width="600" style="vertical-align:bottom;">
</td>
</tr>
<tr>
<td colspan="2" style="background-color:#002046; font-family:Arial, Helvetica, sans-serif; font-size: 14px; color:#FFFFFF; padding:18px;">
<strong>One size doesn't fit all... there is no formula for the perfect contact centre agent; it all depends on the function they're performing.</strong><br>
<br>
You can train people with scripts and processes but the most successful contact centres use agents who are naturally skilled at, and motivated by, the service they perform.<br>
<br>
Our products identify a candidate's talent and motivation for different tasks, recognising the candidates who will perform best in the function you need.
</td>
</tr>
<tr>
<td width="600" height="11" colspan="2" style="padding:0px;" border="0"><img src="xxxxx" height="11" width="600" style="vertical-align:top;"></td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="600" align="center" style="vertical-align:top; border-collapse:collapse;"><tbody><tr><td width="62%" style="background-color:#00B5E6; color: #FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size: 14px; padding:18px; vertical-align:top;"><strong>Contact us about your contact <br>centre recruitment:</strong><br><br><strong>Tel:</strong> +44 (0)20 xxx<br><strong>Email:</strong> <a style="color:#FFF; text-decoration:none" href="#">xxxx</a><br><strong>Web: </strong><a style="color:#FFF; text-decoration:none" href="#" title="Click to find out more">www.example.com</a></td><td width="38%" style="background-color:#00B5E6;"><img src="xxxx" height="25" width="192"></td></tr></tbody></table>
<tr>
<td colspan="2" style="background:#FFF; width: 600px;">
<img src="xxxx" height="8" width="8">
</td>
</tr>
<tr>
<td colspan="2" style="width: 600px; font-size:10px" align="center"><a style="color:#00B5E6" href="http://$UNSUB$">
<font style="font-family:Arial, Helvetica, sans-serif; font-size:10px">Click here to unsubscribe</font></a>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>