Created
September 4, 2013 21:37
-
-
Save Heavyblade/6443204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !!! Strict | |
| %html{:xmlns => "http://www.w3.org/1999/xhtml"} | |
| %head | |
| %meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/ | |
| %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/ | |
| %title Kanbanpad Welcome Email | |
| != haml(:'email/_css_block', :layout => false) | |
| %body | |
| / Wrapper/Container Table: Use a wrapper table to control the width and the background color consistently of your email. Use this approach instead of setting attributes on the body tag. | |
| %table#backgroundTable{:bgcolor => "#202020", :border => "0", :cellpadding => "40", :cellspacing => "0"} | |
| %tr | |
| %td.logo | |
| %img.image_fix{:alt => "Kanbanpad Logo", :height => "31", :src => host_path("/images/email/logo.png"), :title => "Kanbanpad Logo", :width => "160"}/ | |
| %tr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment