View Single Post
11-27-2011, 07:58 AM
#4
GregBenner is offline GregBenner
Status: I'm new around here
Join date: Nov 2011
Location:
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

GregBenner is on a distinguished road

  Old  HTML Email

Use a table for layout but also set a one outer most table as a container, this will act like your body tag. You must also style each and every element inline.
it's a pain in the butt but most email clients won't accept any kind of css, in the head or external.

So most container tables would be set <table height="100%" width="100%" style="height:100%; width:100%; background-color: white;" >

*Sidenote don't use shorthand CSS properties, ex use #FFFFFF not #FFF.