# Aligning images and headers

**URL:** https://meta.discourse.org/t/aligning-images-and-headers/174356
**Category:** Support
**Created:** [December 27, 2020, 5:59pm UTC](https://meta.discourse.org/t/aligning-images-and-headers/174356 "2020-12-27T17:59:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![eazoppe](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eazoppe/32/204401_2.png) [@eazoppe](https://meta.discourse.org/u/eazoppe)
#### Post date: [December 27, 2020, 5:59pm UTC](https://meta.discourse.org/t/aligning-images-and-headers/174356/1 "2020-12-27T17:59:29Z")

</div>

So I am trying to align a picture to the middle of my post but when I use `<div align="center">` it doesn’t load the picture nor the header is a header, how would I fix this?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [December 27, 2020, 7:33pm UTC](https://meta.discourse.org/t/aligning-images-and-headers/174356/2 "2020-12-27T19:33:03Z")

</div>

Discourse is Markdown based, so direct HTML is mostly suppressed in posted content. This is largely to prevent mischief.

However, you might like to try this Theme Component if you have access to Admin, which may solve your issue: [MD Composer extras](https://meta.discourse.org/t/md-composer-extras/118912)
