From cd7bc66f97b8357f3382ed9afb91f3363c9cd77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20R=C3=B8mer=20Christensen?= Date: Tue, 14 Jun 2011 11:06:32 +0200 Subject: [PATCH] Add property to remove border from images in links --- email.html | 1 + email_lite.html | 1 + 2 files changed, 2 insertions(+) diff --git a/email.html b/email.html index 37ead07..b981e98 100644 --- a/email.html +++ b/email.html @@ -217,6 +217,7 @@ /* Reset Styles */ body { margin: 0; padding: 0; } img { height: auto; line-height: 100%; outline: none; text-decoration: none; } + a img { border:none; } /* Remove borders from emails in links. To remove in Lotus 6/7, add border="0" on the img tag aswell */ #backgroundTable { margin: 0; padding: 0; width: 100% !important; } /** End Mail Chimp Reset **/ diff --git a/email_lite.html b/email_lite.html index 7c728cc..cb2b707 100644 --- a/email_lite.html +++ b/email_lite.html @@ -141,6 +141,7 @@ /* Reset Styles */ body { margin: 0; padding: 0; } img { height: auto; line-height: 100%; outline: none; text-decoration: none; } + a img { border:none; } #backgroundTable { margin: 0; padding: 0; width: 100% !important; } p {