Responsive ServiceNow Notification
by bnuttin
HTML
<!-- Start 'header' -->
<style>
p, table, div, hr{ font-family: Calibri, Arial; color: #002F6C; font-size:11pt}
table{ border-collapse:collapse;}
td{ text-align:left; vertical-align: top; padding:6px 10px; border: 1px solid silver;}
div hr{ color: silver; height:1px;}
a:link{ color: navy}
a:visited{ color: navy}
</style>
<table cellspacing="0" width="100%">
<tr>
<td width="600" style='font-family: Arial; font-size: 14pt; color: white; background-color: navy; padding:8px; border: 2px solid navy'>ACME Service Portal</td>
<td style="border:none"></td>
</tr>
<tr>
<td width="600" style="border:2px solid navy; padding:10px">
<!-- End 'header' -->
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<table>
<tr>
<td><b>Item 1</b></td>
<td>Hello</td>
</tr>
<tr>
<td><b>Item 1</b></td>
<td>World</td>
</tr>
</table>
<p>
Thank you
</p>
<!-- Start 'footer' -->
</td>
<td style="border:none"></td>
</tr>
<tr>
<td width="600" style="font-size:12px; border:none; padding:4px 0">If you require immediate assistance or have additional questions please call the Help Desk</td>
<td style="border:none"></td>
</tr>
</table>
<!-- End 'footer' -->