HTML Writing Guide
Many systems in Icebound allow for longform writing. To help bring your writing to life, we support basic HTML formatting within these entries. This lets you structure your text with headings, paragraphs, and other simple elements to improve readability and make the most of the available space.
Below is a list of supported HTML tags you can use when writing in-game:
| HTML Tag | Purpose | Example |
|---|---|---|
| <h1> to <h6> | Defines headings, from most important to least | <h2>Chapter One</h2> |
| <p> | Starts a new paragraph | <p>This is a paragraph of text.</p> |
| <br> | Inserts a line break (no closing tag needed) | Line one<br>Line two |
| <b> | Bold text | <b>Important</b> |
| <i> | Italic text | <i>Emphasis</i> |
| <small> | Makes text smaller | <small>Fine print</small> |
| <CENTER> | Center-aligns text | <CENTER>This is centered</CENTER> |
| <U> | Underlines text | <U>Underline me</U> |
| <BIG> | Makes the text slightly larger | <BIG>Large</BIG> |
| <BASEFONT COLOR=#FF0000> | Changes font color using a hex code | <BASEFONT COLOR=#FF0000>RED<BASEFONT COLOR=#000000> Change back to black. |