> For the complete documentation index, see [llms.txt](https://docs.zachfr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zachfr.com/infinite-series/infiniteannouncements/faq.md).

# Frequently asked questions

***

### How do I center text?

Surround the text you want centered with `<center>` & `</center>`, like HTML. **Example:**

```
<center>Centered Text</center>
```
