Goodbye LinkedIn Intro

LinkedIn introduced Intro in October of last year. After installing Intro I noticed the app inserted some peculiar CSS into the email which allowed the email to feature an interactive profile of the sender. Curious, I started to experiment with advanced

Read More

Image Swap for Email Revisited [non-mobile]

In 3 Steps to Create an Interactive Email Using CSS we saw how we can implement a simple rollover effect in email. After further experimentation I've found a slightly simpler method to implement the same effect...

Read More

Outlook.com and Background Images

A well placed background image can make all the difference in an email. If you have an image that you'd like to use as the background, use a table cell background to get it to work in Outlook.com (Hotmail).This is effective because

Read More

Interactive Images on Mobile Email

In a previous article I showed how to create "rollover images" in email wherein the user could move their cursor over an image and an alternate image will be shown. This

Read More

Bulletproof Solution to Hiding Mobile Content when opened in Non-Mobile Email Clients

This is a definitive guide into hiding content on desktop and web clients that you only want displayed on mobile email clients.

These days, responsive design is getting popular on email. Having the layout and sizes of elements change when viewed on a

Read More

Email Client Media Query and Embedded Styles Support 2014

The email client landscape is very fluid. Webmail providers make frequent tweaks which often affect the rendering of our email design.

The following is a table of media query and embedded styles (CSS placed within <style> tags) support in the various major email

Read More

How Yahoo! Mail’s Mangling of Media Queries Affects Your CSS

The first part of this article talked about what you should be aware when creating email with Media Queries in relation to Yahoo! Mail.

In this article we’ll look at what happens when Yahoo! Mail mangles media

Read More

Why Not to Put Regular CSS Under Media Query Blocks [Yahoo! Mail]

In a previous blog post we saw how Yahoo! Mail mangles media queries and how we can address it. However there is a less well known, adverse effect that arises from Yahoo! Mail's mangling of CSS. If you have CSS rules

Read More

How to Limit Email Interactivity to Non-Mobile Clients

A recent FreshInBox post 3 Steps to Create an Interactive Email using CSS showed how to create simple mouseover image effects that work with most of the major webmail clients including Outlook 2003.

If you tried out the example in that

Read More

Send Yourself an Example of an Interactive Email

I've put up a page that allows you to send yourself an example of the Interactive Email that I covered in the article 3 Steps to Create an Interactive Email Using CSS.

You

Read More