Question : How to modify the background color of the newsletter?

Is it possible to change the background color in a newsletter?

Hi:

You can use HTML code on newsletter content:

<body style="background:#6B6B6B">
  <div style="height:10000px;background:LightSalmon;">Can you make it rain harder?</div>
</body>

Hope this helps.

Its got me started, thank you