Categories
HTML Newsletter Typo3

HTML Newsletter – Overview MS Outlook 2007/2010 Limitations

Tables of allowed HTML & CSS Properties

Emotions and opinions

Categories
HTML Newsletter Typo3

HTML Newsletter – Resources

Guide to CSS support in email

 

Categories
HTML Newsletter Typo3

HTML Newsletter – Testing webmail clients

Categories
HTML Newsletter Typo3

HTML Newsletter – MS Outlook 2007/2010 – Floated Images

Problem

  • Floated images are not working in Outlook 2007/2010

Cause

  • Outlook 2007/2010 doesn’t support alignment of images thru CSS float.

Solution

  • Switch typo3 into render mode = table
    •   tt_content.image.20.renderMethod = table
    •   tt_content.textpic.20.noStretchAndMarginCells = 1
    • This will align the images in content elements “text w/image” by wrapping the image in a table cell with align=left|right.
  • To clear the align, use <br clear=all|left|right /> (HTML 3.2!!!)
    • To insert a clearer before every content element in the newsletter, use this
    • NEWLETTER_PAGE_CONTENT < styles.content.get
      NEWLETTER_PAGE_CONTENT.renderObj.stdWrap.wrap = <br clear="all" />|

Links

Categories
HTML Newsletter Typo3

HTML Newsletter – Special settings for GMAIL, WEB.DE and GMX

CSS

/* ----------------------------------------------------------------- */
/* Anpassungen fuer Webmail Dienste                                  */
/* ----------------------------------------------------------------- */
/* GMAIL                                                             */
/*                                                                   */
/* Problem                                                           */
/* -Weisser Hintergrund fuer die Mail, weil GMAIL einen grauen       */
/*  Hintergrund verwendet wenn nicht das Standard-Theme "Hell"       */
/*  vom Benutzer eingestellt wurde.                                  */
/*                                                                   */
/* Loesung                                                           */
/* -Attribut im bodytag setzen                                       */
/*  Via TS im Page Object newsletter.bodyTagAdd = ...                */
/* ----------------------------------------------------------------- */

/* ----------------------------------------------------------------- */
/* Anpassungen fuer Webmail Dienste                                  */
/* ----------------------------------------------------------------- */
/* GMAIL                                                             */
/* WEB.DE                                                            */
/* GMX                                                               */
/*                                                                   */
/* Problem                                                           */
/* -Ueberschriften der Inhaltselemente werden nicht als Uppercase    */
/*  dargestellt                                                      */
/*                                                                   */
/* Loesung                                                           */
/* -Attribut im <h3> Tag setzen                                      */
/*  Via TS oder via userfunc str_replace                             */
/* ----------------------------------------------------------------- */

/* ----------------------------------------------------------------- */
/* Anpassungen fuer Webmail Dienste                                  */
/* ----------------------------------------------------------------- */
/* GMAIL                                                             */
/* WEB.DE                                                            */
/* GMX                                                               */
/*                                                                   */
/* -Ueberschriften der Inhaltselemente werden nicht in rot           */
/*  dargestellt                                                      */
/*                                                                   */
/* Loesung                                                           */
/* -Attribut im <h3> Tag setzen                                      */
/*  Via TS oder via userfunc str_replace                             */
/* ----------------------------------------------------------------- */