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 committed Jun 14, 2011
1 parent 1d66ac8 commit 7145ee1
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 @@ -41,6 +41,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 @@ -15,6 +15,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 7145ee1

Please sign in to comment.