Доброго времени суток.
Столкнулся с проблемой в верстке email шаблона. А именно: почтовом клиенте outlook не растягивается фоновая картинка до размеров родительского элемента.
Вот фрагмент кода:
<table width="600">
<tr>
<td bgcolor="#363636" style="background-image: url('http://s020.radikal.ru/i704/1703/7c/9068bb4c342dt.jpg');"
background="http://s020.radikal.ru/i704/1703/7c/9068bb4c342dt.jpg" width="600" height="200">
<!--[if gte mso 9]>
<v:rect style="width:600px;height:200px;" strokecolor="none">
<v:fill type="tile" color="#363636" src="http://s020.radikal.ru/i704/1703/7c/9068bb4c342dt.jpg" /></v:fill>
</v:rect>
<v:shape id="NameHere" style="position:absolute;width:600px;height:200px;">
<![endif]-->
<p>Тут находится содержимое</p>
<!--[if gte mso 9]>
</v:shape>
<![endif]--></td>
</tr>
</table>