# Can I customize the email 'container' html too?

**URL:** https://meta.discourse.org/t/can-i-customize-the-email-container-html-too/52297
**Category:** Support
**Created:** [November 1, 2016, 12:26pm UTC](https://meta.discourse.org/t/can-i-customize-the-email-container-html-too/52297 "2016-11-01T12:26:42Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [November 28, 2016, 9:23pm UTC](https://meta.discourse.org/t/can-i-customize-the-email-container-html-too/52297/8 "2016-11-28T21:23:32Z")

</div>

There’s a string with id **user\_notifications.header\_instructions** that can be used to add some html to the top of all HTML emails. It can be customized from Admin \> Customize \> Text Content. Here’s a simple example that would display a centered image (like a logo) with a red line above the email’s content:

```plaintext
<p style="text-align: center; border-bottom: 2px solid #B90B26; padding-bottom: 15px; text-align:center;">
<img src="...absolute-url-to-an-image..." width="90" height="66">
</p>

```

---

_[View the full topic](https://meta.discourse.org/t/can-i-customize-the-email-container-html-too/52297)._
