I tried:
* {
margin:0;
padding:0;
}
I also tried:
This makes the border blue instead of white, but I want to remove the border completely?
Source: iPhone fail: The trouble with table borders and HTML email (Campaign Monitor)
During the email test, I displayed a pixel border between the table rows. iPhone and iPad only.
I tried:
* {
margin :0;
padding:0;
}
I also tried:
This makes the border blue instead of white, but I want to completely Remove the border?
This obviously happens when you apply a background color or image to a single table cell. I removed the separate Bgcolor and background color reference, the problem disappeared!
Source: iPhone fail: The trouble with table borders and HTML email (Campaign Monitor)