S
Sean Curtis
Ok - I've read many of the posts about the huge steps back for HTML email
design caused by OE2007 using the Word engine to render HTML emails, however
I'm at a loss as to how bad the rendering actually is.
I was having some issues with a very basic layout and kept dumbing it down
to it's most basic format. Take the following example:
<table cellpadding="10" cellspacing="0" border="0">
<tr>
<td width="180">Cell 1 - 200px</td>
<td wiidth="280">Cell 2 - 300px</td>
</tr>
</table>
I sent this code to two email accounts - one that is checked using OE2003
and one using OE2007 - the tables looked different. The first one was 180
wide, the other 280. How on earth are we supposed to create HTML email
templates if even the most basic HTML elements display inconsistently?
Adding another step in here is borders. If you put a border on it the way
OE2007 calculates the width of the table differs from all the other email
readers.
I'm really annoyed - I finally got my template displaying identically
between Hotmail, Gmail and OE2003 only to have it utterly butchered in OE2007.
Also - why on earth is there no background image support? I can't see any
logical reason why that wouldn't be included ...
If anyone has any tips on how to get this stuff displaying identically I'm
open to any suggestions...
design caused by OE2007 using the Word engine to render HTML emails, however
I'm at a loss as to how bad the rendering actually is.
I was having some issues with a very basic layout and kept dumbing it down
to it's most basic format. Take the following example:
<table cellpadding="10" cellspacing="0" border="0">
<tr>
<td width="180">Cell 1 - 200px</td>
<td wiidth="280">Cell 2 - 300px</td>
</tr>
</table>
I sent this code to two email accounts - one that is checked using OE2003
and one using OE2007 - the tables looked different. The first one was 180
wide, the other 280. How on earth are we supposed to create HTML email
templates if even the most basic HTML elements display inconsistently?
Adding another step in here is borders. If you put a border on it the way
OE2007 calculates the width of the table differs from all the other email
readers.
I'm really annoyed - I finally got my template displaying identically
between Hotmail, Gmail and OE2003 only to have it utterly butchered in OE2007.
Also - why on earth is there no background image support? I can't see any
logical reason why that wouldn't be included ...
If anyone has any tips on how to get this stuff displaying identically I'm
open to any suggestions...