I'm currently in the process of creating an email newsletter and testing it out on Litmus.
Here's how the newsletter design should appear (refer to the image below):
Although I understand that it may not look exactly the same on Outlook, is there a way to add spacing between the tags for better presentation?
This is how the newsletter appears on Outlook 2013 (Windows 7):
Please keep in mind that I am still in the early testing phase, and my main focus right now is on improving the spacing.
I have included the code snippet related to this section below:
<!-- Main Changes Content Row One Starts -->
<tr>
<!-- Row One left Box Starts -->
<td align="left" width="48%" bgcolor="#FFFFFF" style="padding-left:20px;padding-right:20px;padding-top: 20px;color: #222222; text-decoration: none;" class="100p mobile-column">
<font face="'Open Sans', Arial, sans-serif">
<!-- Change Text Here -->
<span style="font-size:15px;font-weight: 400;color: #222222; text-decoration: none;">
<strong>-</strong> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officiia.
</span><br /><br />
</font>
</td>
<!-- Row One left Box Ends -->
<!-- Row One Right Box Starts -->
<td align="left" width="48%" bgcolor="#FFFFFF" style="padding-left:20px;padding-right:20px;padding-top: 20px;color: #222222; text-decoration: none;" class="100p mobile-column">
<font face="'Open Sans', Arial, sans-serif">
<!-- Change Text Here -->
<span style="font-size:15px;font-weight: 400;color: #222222; text-decoration: none;">
<strong>-</strong> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officiia.
</span><br /><br />
</font>
</td>
<!-- Row One Right Box Ends -->
</tr>
<!-- Main Changes Content Row One Ends -->
If anyone has any suggestions or workarounds for enhancing the appearance on Outlook, I would greatly appreciate it.