Skip navigation
Currently Being Moderated

re: two column div for html email?

Jun 1, 2012 8:11 AM

Hi,

 

For an HTML email, how can I set up two side-by-side column divs? - - Or is this unacceptable for email clients?

 

Thanks!

 
Replies
  • Currently Being Moderated
    Jun 1, 2012 8:14 AM   in reply to r_tist

    r_tist wrote:

     

    Hi,

     

    For an HTML email, how can I set up two side-by-side column divs? - - Or is this unacceptable for email clients?

     

    Thanks!

     

    You don't use <divs> to construct a html email, use a simple two column table. Keep the width to about 600px wide in total.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 20, 2012 3:49 PM   in reply to r_tist

    We all long for the day when <div> tags and basic CSS styling will be supported by all the major email clients, but alas the time is not now. At this point, things like position or float aren't supported by outlook or lotus notes, so that pretty much nullifies using divs for structure at all. You can still use them within table cells for universal styling purposes (or to use them in place of <p> or <br> tags) but it's not a good idea to use them for anything else, unless you have a one-column layout.

     

    ** EDIT: Campaign Monitor keeps a CSS compatibility chart that is extremely helpful http://www.campaignmonitor.com/css/ **

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points