Reputation: 10071
I'm making an HTML email and when viewed in iPhone or iPad thin borders appear around cells that contain just HTML content (cells that aren't populated with an image). Any idea how I can get rid of these borders?
Upvotes: 0
Views: 2485
Reputation: 3228
I have just come across the same issue and I found a fix but using css - if you have a background color within your email which I assume you do since you are seeing the borders you need to add a extra containing table and set the background color to the "body" color then the inner table will be your content background color
Hope this helps :-)
Upvotes: 2