I am starting a 'business push' campaign and would like to fire out a few very simple HTML emails, something with a basic bit of branding to catch the recipients eye. I have a good knowledge HTML and CSS and understand the fundamental rules of 'designing like its 1997' when it comes to HTML email. However, I am adding very basic code, in this case a table, into my email window, firing it off to myself to open, only to find there is nothing there, besides completely un-rendrered HTML.
Below is the code I am adding
<table style="width:300px">
<tr>
<td>Hello</td>
<td>is it me</td>
<td>you're looking for</td>
</tr>
<tr>
<td>Nightfever</td>
<td>Nightfever</td>
<td></td>
</tr>
</table>
Could any one please help me with this a little.
Any tips would be really appreciated.
Thanks in advance.