Yes, you do what @xMax_yy replied. I just found out for myself now, LOL .
When you have such a question (about formatting), you can search through Discourse about your question because the DevForum uses that same format (for the most part). That’s how I just learned how to center text.
If you want to center a photo, use the method @xMax_yy used but instead of this:
<div align="center">
[copy paste an image here]
</div>
do this:
<div align="center">
[copy paste an image here]
</div>
For some reason, centering photos only works if there are extra enter between the image and the code. If you want to align plain text, adding extra enters isn’t necessary.