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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 🙂