Having some trouble coding a particular element in my email newsletter layout.
This is the desired outcome: View Screenshot
Here's what I currently have: View Screenshot
Any idea what could be going wrong here?
Check out the code snippet below:
<tr>
<td style="background-color:#ffffff;">
<table style="max-width: 535px; margin-top: 50px; text-align:center; margin-left:auto; margin-right:auto;">
<colgroup>
<col span="1" style="width: 60%;">
<col span="1" style="width: 40%;">
</colgroup>
<tr>
<td style="padding:0; background-color:#e9e9e9; text-align: left; font-family: Lora; width:235px;">
<div style="padding: 10px 30px;">
<h2 style="color:#BF1435; text-transform:uppercase;">Срок завершения работ - 01.09.2023</h2>
<p><strong>Всего 25 апартаментов.</strong></p>
<p><strong>Редкие планировки - от 25 м².</strong></p>
<p><strong>Высота потолка - 3 м.</strong></p>
<p><strong>Апартаменты с отделкой:</strong> стены выкрашены в светлые тона, плитка в с/у, на полу паркет, выполнена разводка элек...</p>
</div>
</td>
<td>
<img src="images/image-card-1.png" style="width:200px">
</td>
</tr>
</table>
</td>
</tr>