Mark Robbins

Results 48 comments of Mark Robbins

Looks like Yahoo adds ``` .msg-body td { word-break: normal; } ``` Your code already has `word-break: break-all;` but Yahoo is removing that. I'd say the best solution is to...

Not sure of a solution for GMX/Web.de/Mail.com yet as they seem to remove all `overflow-wrap`, `word-wrap`, `word-break` styles

Ah good find @emailwizardry 👍 I wish they would just use the standard `rem` which would allow us to work with them to support the users preferences rather than have...

This was initially [reported in EmailGeeks Slack](https://emailgeeks.slack.com/archives/C1Z733K1P/p1641481524005100) by Brandon Bento who also pointed out this work around > from a quick test, a solution can be wrapping it with a...

Just had a quick look into this. Gmail on iOS adds `word-spacing: 1px;` to the body. If you add `word-spacing:normal` it should fix it. This is what Gmail adds ```...

I got it from the Litmus processed HTML view. Here's the full processed HTMl from your code above. ``` gbt = {};gbt.documentContainerDivId = 'gbt_container';gbt.doubleTapToZoom = false; body { -webkit-text-size-adjust: none;...

This is only when the background is set directly on the inline element ``` test1 test2 test3 test4 test5 ``` In the above example, `test2` and `test3` are converted to...

I've run tests on all of these so far, and no luck yet `color` `background` `background-color` `bgcolor=""` `mso-color-alt` `mso-color-index` `mso-color-source` `mso-fills-color` `mso-foreground` `mso-highlight` `mso-pattern` `mso-pattern-color` `mso-scheme-fill-color` `mso-shading` `navbutton_background_color` `font-color` `mso-background`

One more example for you, this one uses light text on a dark background image ![image](https://user-images.githubusercontent.com/7871206/68396267-33c58d00-0169-11ea-8468-3e2b76488f12.png) ![image](https://user-images.githubusercontent.com/7871206/68396355-5a83c380-0169-11ea-84fb-4f7fdb385317.png) ![image](https://user-images.githubusercontent.com/7871206/68396380-62436800-0169-11ea-8343-c39400d52388.png) [Source email](https://codepen.io/M_J_Robbins/pen/qBWqYWO)

I've also run a test to see the difference in contrast dark mode has on text. Here's the original code ``` test1 test2 test3 test4 test5 test6 test7 test8 ```...