It's really only needed for rendering in Yahoo. Let's try to do without having to copy-paste that into every html template.
<td colspan="2">
<table style="background-color: #fff; color: #222; border: solid 1px #ccc; border-collapse: separate">
<tr>
- <td style="text-align: left; padding: 15px 15px 5px 15px">
+ <td style="text-align: left; padding: 0px 15px 5px 15px">
<%= yield %>
</td>
</tr>
-<p style="margin: 0">
+<p>
<%= t'notifier.changeset_comment_notification.hi', :to_user => @to_user %>
</p>
-<p style="margin: 0">
+<p>
<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %>
</p>
<p>
-<p style="margin: 0"><%= t 'notifier.email_confirm_html.greeting' %></p>
+<p><%= t 'notifier.email_confirm_html.greeting' %></p>
<p><%= t 'notifier.email_confirm_html.hopefully_you', :server_url => SERVER_URL, :new_address => @address %></p>
-<p style="margin: 0"><%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %></p>
+<p><%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %></p>
<%= render "notifier/user_message_table", :captured => capture { %>
<p><%= raw t 'notifier.friend_notification.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %></p>
-<p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
+<p><%= t'notifier.gpx_notification.greeting' %></p>
<p>
<%= render :partial => "gpx_description" %>
-<p style="margin: 0"><%= t'notifier.gpx_notification.greeting' %></p>
+<p><%= t'notifier.gpx_notification.greeting' %></p>
<p>
<%= render :partial => "gpx_description" %>
-<p style="margin: 0"><%= t 'notifier.lost_password_html.greeting' %></p>
+<p><%= t 'notifier.lost_password_html.greeting' %></p>
<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
-<p style="margin: 0">
+<p>
<%= t'notifier.message_notification.hi', :to_user => @to_user %>
</p>
<p>
-<p style="margin: 0"><%= t 'notifier.note_comment_notification.greeting' %></p>
+<p><%= t 'notifier.note_comment_notification.greeting' %></p>
<% if @owner %>
<p><%= raw t "notifier.note_comment_notification.#{@event}.your_note", :commenter => link_to_user(@commenter), :place => @place %></p>
-<p style="margin: 0"><%= t("notifier.signup_confirm.greeting") %></p>
+<p><%= t("notifier.signup_confirm.greeting") %></p>
<p><%= t("notifier.signup_confirm.created", :site_url => SERVER_URL) %></p>