When I write content in the newsletter it automatically adds a <p> tag which is fine but when I go to change things like the font size or colour they do not change.
<p style="font-family: Helvetica; font-size: 22px; font-weight: normal; font-style: normal; color: #39b54a; word-break: break-word; text-align: center;">This is a Test!!</p>
For example, with the above, I changed the font size from 14 to 22, and I changed the colour to green, but when viewing the newsletter the font size remains at 14px and the colour is still black.
Thanks