Reply To: About email beautifying


Home Forums Front End PM PRO About email beautifying Reply To: About email beautifying

#2623
Tavan Eftekhar
Participant

Here is a sample of the type of HTML I am trying to use. The html and style tags seem to get removed when I click save:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
<html xmlns=”http://www.w3.org/1999/xhtml&#8221; dir=”ltr”>
<head>
<meta name=”viewport” content=”width=device-width”>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
<title>Northwestern Medical Review</title>
<style type=”text/css”>@media only screen and (max-width: 640px) {

h1 {
font-size: 18px !important;
}
h2 {
font-size: 16px !important;
}
h3 {
font-size: 14px !important;
}
.content {
padding: 10px !important;
}
h1.content {
padding: 0px !important;
}
.content-wrapper {
padding: 10px !important;
}
.headlinks span {
display: none;
}
.headlinks a {
display: block !important;
font-size: 11px !important;
}
}</style>
</head>
<body style=”font-family: ‘Arial’, Arial, Sans-Serif; box-sizing: border-box; font-size: 13px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; width: 100% !important; height: 100%; line-height: 1.6; background: #f5f5f5; margin: 0; padding: 0; background-color: #f5f5f5;”>

</body>
</html>