# Add text on an image

**URL:** https://phaser.discourse.group/t/add-text-on-an-image/9659
**Category:** Phaser 3
**Created:** [May 24, 2021, 12:57pm UTC](https://phaser.discourse.group/t/add-text-on-an-image/9659 "2021-05-24T12:57:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dawser95](https://avatars.discourse-cdn.com/v4/letter/d/779978/32.png) [@dawser95](https://phaser.discourse.group/u/dawser95)
#### Post date: [May 24, 2021, 12:57pm UTC](https://phaser.discourse.group/t/add-text-on-an-image/9659/1 "2021-05-24T12:57:43Z")

</div>

Hello.

I have a box that should be in the center of the game, and I have several texts that should be aligned to the left in relation to the box.

Like this:

![example](https://global.discourse-cdn.com/free1/uploads/phaser1/original/2X/d/da952be64e182dea09819d70f3b8d52a5dc7324e.png)

I have tried using a container, but if I add the container to the center of the game, the texts will appear where they shouldn’t.

Changing the origin of the texts to the center would not work either, because then the texts would be aligned in the center.

Any idea? ☹

Thanks.

---

<div class="post-metadata">

### Author: ![samme](https://yyz2.discourse-cdn.com/free1/user_avatar/phaser.discourse.group/samme/32/5275_2.png) [@samme](https://phaser.discourse.group/u/samme)
#### Post date: [May 24, 2021, 6:23pm UTC](https://phaser.discourse.group/t/add-text-on-an-image/9659/2 "2021-05-24T18:23:02Z")

</div>

Position the text below (0, 0).

---

<div class="post-metadata">

### Author: ![dawser95](https://avatars.discourse-cdn.com/v4/letter/d/779978/32.png) [@dawser95](https://phaser.discourse.group/u/dawser95)
#### Post date: [May 25, 2021, 7:13am UTC](https://phaser.discourse.group/t/add-text-on-an-image/9659/3 "2021-05-25T07:13:18Z")

</div>

Swear I thought I had tried this before.
