
0
Office Email Server Strips Responsive CSS
Hi folks,
I believe my office email server removes the <head> mobile responsive CSS because all tests I send internally are not responsive when viewed on smartphones. Is there a fix other than removing / changing the email filters on the email server? Is there a code fix to avoid this?
Thanks,
Vic
What's the email server that your office uses? And what do you use to view the email on smart phones?
You could try putting your
<style>
in the body instead.Or try linking to your CSS
<link rel="stylesheet" type="text/css" href="style.css">
try both in the head and body.They may well get stripped too but worth a try, both have worked for me in the past.