Spacing between table rows in HTML mail template
I am trying to create a simple HTML mail in Dreamweaver so I started with one of the templates. I can't figure out why I have this spacing between my table rows. Padding, spacing, border-collapse etc. are all set up, but the problem perists. Anybody have an idea???
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
<table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" bgcolor="#e0e0e0" style="border-collapse:collapse;">
