Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created September 4, 2013 21:37
Show Gist options
  • Select an option

  • Save Heavyblade/6443204 to your computer and use it in GitHub Desktop.

Select an option

Save Heavyblade/6443204 to your computer and use it in GitHub Desktop.
!!! 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