Skip to content

Commit

Permalink
Add property to remove border from images in links
Browse files Browse the repository at this point in the history
  • Loading branch information
emilchristensen authored and Sean Powell committed Nov 6, 2011
1 parent e0bfa1a commit cd7bc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions email.html
Expand Up @@ -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 **/
Expand Down
1 change: 1 addition & 0 deletions email_lite.html
Expand Up @@ -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 {
Expand Down

0 comments on commit cd7bc66

Please sign in to comment.