Hello,
I'm working in Microsoft Office for Mac 2011 & 365 Exchange.

I am developing an HTML signature with Dreamweaver, then copy/pasting the design into the desktop app, it deploys and runs through the exchange and is then synced back my desktop and the Apple Mail app on my iPhone.

My issue is that I have written the text to not resize on each table cell using the -webkit-text-size-adjust: none; css  (and also tried putting it on the body, in a style block in the head on all elements) in conjunction with the viewport meta tag set to width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no.

When I view the source code of the received email this data is stripped out, thus my webkit browsers are enlarging the text anyway.

After hours of testing and requesting support from all other avenues, I can only guess this problem is because of Outlook and not my code.

Does anyone know of any workarounds or know where to send me?