Mark Robbins

Results 34 issues of Mark Robbins

Hi, love the site. One thing I think that is missing the the `/` that comes up in some CSS functions such as `border-radius: 50% / 2em` or `background:url(image.png) right...

The `align=""` attribute is removed from table elements in Outlook app on Android `Version 4.2204` Android PWA does not remove the `align` attribute currently. iOS app does not remove the...

Outlook

If you use a width attribute in a email template, perhaps in a table `` or image `` that sets a width wider than the viewport, Samsung will make the...

Other clients

Outlook on Mac is forcing `:mailto` link to have blue text by adding the inline style `color: rgb(0, 120, 212) !important;` This is happening only in the "New Outlook" which...

Outlook

When a number is written with a comma `1,000` `1,000,000` etc. Gmail will remove the comma from the preheader so it will display as `1000` `1000000` etc. If a number...

Gmail

The Outlook app on iOS clips emails longer than 5000px. This issue was mentioned on [Twitter](https://twitter.com/courtnEMAIL/status/1491093691356037122) and [Email Geeks Slack](https://emailgeeks.slack.com/archives/C1Z733K1P/p1644262498135159) I ran some tests and found that it clips at...

Outlook

The Outlook app on iOS is increasing font-sizes by adding `-webkit-text-size-adjust:125%` to all elements that contain a `font-size`. In this code sample we should see 2 green squares of the...

Outlook

If setting line-height to a value less than the current font-size gmail will change it to `line-height:normal;` So `line-height:1`, `line-height:1em`, `line-height:100%` all work as expected However `line-height:0.9`, `line-height:0.9em`, `line-height:99%`, will...

Gmail

`vh` units have always been a little off in Applemail as they render from the email height rather than the viewport height. However in iOS15 it now looks like they...

Apple Mail

Outlook 2010 appears to be overriding `color` that is set on any inline elements that have a dark `background-color`. `span` We'd expect the above code to have a black background...

Outlook