Asked • 05/24/19

<h1> - <h6> Tags Rendered as Green Font in Email Newsletters?

I'm designing an email in Dreamweaver with inline CSS, but every test I make, with Hotmail in Firefox and Chrome always renders header tags as a green font color. I want the font to be normal. Nothing will change it. Why is `<h1>`-`<h6>` rendered as a font color? <div class="blockheader"> <h2>New event starting today!</h2> </div> <style> #block .blockheader {  background-color: #000;  color: #FFF;  font-family: "Arial Black";  display: block;  text-align: left;  padding: 2px 0px 2px 0px; } </style>

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.