IE9 shows a big nasty blue border on linked images if you don't specify border=0
-<table style="font-size: 15px; font-style: italic; margin: 15px; background-color: #eee; width: 520px">
+<table style="font-size: 15px; font-style: italic; margin: 15px 0px; background-color: #eee; width: 520px">
<tr>
<td style="width: 50px; vertical-align: top; padding: 15px">
<%= link_to(
alt: @author,
title: @author,
width: 50,
- height: 50
+ height: 50,
+ border: 0
),
user_url(@author, :host => SERVER_URL),
:target => "_blank"