Archive for February 19th, 2009

Gmail strips CSS of HTML email, you must use inline CSS for GMail

Wonder why the HTML based email sent out by your PHP script will NOT display properly in GMail? GMail will strip all the CSS that is included in between the <style></style> tag pair (internal stylesheet) or the external style sheet included, such as
<link rel=”stylesheet” type=”text/css” href=”http://mycss.com/my.css” />.

Continue reading ‘Gmail strips CSS of HTML email, you must use inline CSS for GMail’