• http://www.brostrom.de Jörgen Broström

    Brilliant article! Although I already knew this, there are probably a lot of people who don’t know that tables can still be put to good use.

  • http://twitter.com/toasterdroid Jedediah White

    After having used standard templates for a long while, I finally attempted to create my own newsletter issue from the HTML up and found that pure divs and externally linked CSS worked great! I set up a wrapper, header, content and footer div then aligned and formatted them in the CSS. And even though it wasn’t intended to be viewed in a web browser, I tested in in various browsers just to be sure the CSS was working and was pleasantly surprised. So I think tables work fine, but with some well-founded CSS, i think you can go with pure divs and be just fine too. Thanks for the great article!

    • Schroedingerskater

      Did you test it in an EMail Program? :)

      I tried to code a Newsletter with divs and inline styles, with divs and an leading style tag inside the code..nothing works. i have testet in outlook 2007. Working with divs shows totally disruptet results.

  • Dan

    It is not great to use background images because they don’t work in Outlook 2007. tag shouldn’t be used either as there are some renderability issues when using it

  • Chantelle

    Thanks for the great info check out our blog for other great ideas at http://browsingideas.com

  • http://www.hurleytech.com Milwaukee Web Design

    I haven’t done alot of email design, so it’s great to get some basic tips in an article like this.  I particularly like your CSS advice to make sure “any CSS styles you do place would display most proper as inline attributes”.