#How to center an image
If you are trying to center an image in your text, use the following around the text you get when you upload an image:
</div>```
For example:
```<div align=center><img src="//uploads-community-endlessos-com.s3-us-west-2.amazonaws.com/original/2X/a/a785fe0effda23f7f4eea7e97cffb0ea941eeb48.jpg" width="490" height="300"></div>```
Which produces:
<div align=center><img src="//uploads-community-endlessos-com.s3-us-west-2.amazonaws.com/original/2X/a/a785fe0effda23f7f4eea7e97cffb0ea941eeb48.jpg" width="490" height="300"></div>
**You can also add centered text below the image by doing the following:**
```<div align=center><img src="//uploads-community-endlessos-com.s3-us-west-2.amazonaws.com/original/2X/a/a785fe0effda23f7f4eea7e97cffb0ea941eeb48.jpg" width="490" height="300"><br>Llama Glama | CC0 Public Domain</div>```
Which produces:
<div align=center><img src="//uploads-community-endlessos-com.s3-us-west-2.amazonaws.com/original/2X/a/a785fe0effda23f7f4eea7e97cffb0ea941eeb48.jpg" width="490" height="300"><br>Llama Glama | CC0 Public Domain</div>
... You're welcome. :)