# Ajustement de la taille et de l'alignement du texte dans mon message

**URL:** <https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347>\
**Category:** Support\
**Created:** [Août 9, 2018, 8:28 UTC](https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347 "2018-08-09T20:28:42Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![Mundobizarro](https://avatars.discourse-cdn.com/v4/letter/m/838e76/32.png) [@Mundobizarro](https://meta.discourse.org/u/Mundobizarro)\
**Post date:** [Août 9, 2018, 8:28 UTC](https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347/1 "2018-08-09T20:28:43Z")

</div>

Hi,

I am looking for a way to increase the size of certain text in my post and I cant find it so far. Is there only one size possible for text?

Or how should i be able to edit this. Its my own forum btw i am the admin not sure if that matters.

Thanks in advance.

Luuk

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [Août 9, 2018, 8:31 UTC](https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347/2 "2018-08-09T20:31:32Z")

</div>

You might check out [Discourse BBCode](https://meta.discourse.org/t/discourse-bbcode/65425). You can then use BBCode `[size=xxx]` tags.

---

<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:** [Août 9, 2018, 8:54 UTC](https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347/3 "2018-08-09T20:54:31Z")

</div>

Without any plugins you can also use HTML big and small to resize text.  
`Without any plugins you can also use HTML <big>big</big> and <small>small</small> to resize text.`

---

<div class="post-metadata">

**Author:** ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)\
**Post date:** [Août 9, 2018, 8:58 UTC](https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347/4 "2018-08-09T20:58:33Z")

</div>

Discourse also uses Markdown, you can find some reference and a tutorial explaining what you can do here:

> **[Markdown Reference](https://commonmark.org/help/)**

The most common need for larger text is headings, which you can create like this:

```plaintext
# Heading 1 
## Heading 2
### Heading 3

```

The above would output:

# Heading 1

## Heading 2

### Heading 3

---

<div class="post-metadata">

**Author:** ![Mundobizarro](https://avatars.discourse-cdn.com/v4/letter/m/838e76/32.png) [@Mundobizarro](https://meta.discourse.org/u/Mundobizarro)\
**Post date:** [Août 10, 2018, 11:52 UTC](https://meta.discourse.org/t/adjusting-the-size-and-alignment-of-text-in-my-post/94347/5 "2018-08-10T11:52:38Z")

</div>

Thanks for all feedback! the # worked pretty easily

One more question.

Is it also possible to align my text or heading in the middle? It is now always on the left side but i would like to have this in the middle.

Thanks again!
