New BB tags available
Posted: Sat Apr 11, 2026 9:40 am
Five new BB tags are now available for use:
- The [h1], [h2], and [h3] tags, for headings. (For technical reasons, we can't have an [h4] or higher.)
- The [center] tag, for centering text.
- The [hr] tag, for a horizontal rule.
- You should always use these tags for headings. You should never use [b], [i], [size], or other tags to make something look like a heading.
- You should never skip a level. Your top-level heading should always be an [h1], the next level an [h2], and the level after that an [h3].
- You can combine other tags with heading tags to customize the styling. For example, [size=200][h1][u]Your text here[/u][/h1][/size] is fine.