Using Outlook 2016
I am working on creation of one email template for my client. For that i have created a HTML template. Problem is i have used span and i am applying margin property but it is not taking that css property at all.
I have to use span as i need to show some tags side by side so even i can not use p tags.
<tr>
<td colspan="2">
<span class="custom-tags" style="display:inline-table;color:#fff;background:#000;margin:5px;font-size:13px;line-height:16px;font-family:arial, helvetica, sans-serif;border-top:5px solid #ccc;">¡ñ Resultsss</span>
<span class="custom-tags" style="display:inline-table;color:#fff;background:#000;margin:5px;font-size:13px;line-height:16px;font-family:arial, helvetica, sans-serif;border-top:5px solid #ccc;">¡ñ Element in second span</span>
<span class="custom-tags" style="display:inline-table;color:#fff;background:#000;margin:5px;font-size:13px;line-height:16px;font-family:arial, helvetica, sans-serif;border-top:5px solid #ccc;">¡ñ Element in second span</span>
<span class="custom-tags" style="display:inline-table;color:#fff;background:#000;margin:5px;font-size:13px;line-height:16px;font-family:arial, helvetica, sans-serif;border-top:5px solid #ccc;">¡ñ Element in second span</span>
<span class="custom-tags" style="display:inline-table;color:#fff;background:#000;margin:5px;font-size:13px;line-height:16px;font-family:arial, helvetica, sans-serif;border-top:5px solid #ccc;">¡ñ Element in second span</span>
<span class="custom-tags" style="display:inline-table;color:#fff;background:#000;margin:5px;font-size:13px;line-height:16px;font-family:arial, helvetica, sans-serif;border-top:5px solid #ccc;">¡ñ Element in second span</span>
</td>
</tr>
Have you tried placing the entire module into the nested table and have those wordings place into <TD>s?
Can someone please help me to get on with this?