Table cell width in HTML email does not correspond to width set in HTML or CSS
问题 I'm trying to code an HTML email newsletter by hand (using MailChimp). It's supposed to look similar to viastedebouw.nl/newsflash/2013-06/ which was created with an app (and therefore does not have very nice looking code). The problem that I'm having is that one of the table cells has a width set in HTML and CSS, but it does not correspond to either. The code is: HTML <td width="140" class="logo"> CSS .logo { width: 140px; height: 140px; } However, what ends up happening is that the logo td