# What is the code for centering an uploaded image?

**URL:** https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446
**Category:** Support
**Created:** [January 8, 2018, 4:07am UTC](https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446 "2018-01-08T04:07:30Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [May 21, 2019, 3:53pm UTC](https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446/14 "2019-05-21T15:53:21Z")

</div>

You don’t need the bbcode plugin, just use some HTML.

 ![Nacho-0](https://global.discourse-cdn.com/meta/original/3X/9/3/933febd589714f24481a7d8b123119e05a2a0156.png)

```plaintext
<div align="center">

![Nacho-0|562x499,25%](upload://l0D8BmOF2L3fHHsyw18JmTEnGEm.png)
</div>

```

⚠ Note that the blank line is needed due to the mix of HTML and markdown. Without the blank line you’ll end up with centered text, rather than an image.

---

_[View the full topic](https://meta.discourse.org/t/what-is-the-code-for-centering-an-uploaded-image/77446)._
