
For anyone who finds the formatting tools provided with the sandbox editor for the character Bio & Info tab a bit limited, I've figured out a way to import custom HTML (including in-line CSS) to really polish up those character bios: Not sure if this is old news or, indeed, if there's an easier way I'm oblivious to, but this is how I do it: You'll need the Chrome/Firefox extension "VTT Enhancement Suite", which you should be able to easily find by searching for it in your browser's add-ons store (not quite sure whether there's a policy against linking to external programs). Use the "Export & Overwrite" tab to export a .json file for the character you want to edit. Open the .json file in a text editor. Near the top is a "Bio" property; you'll be pasting your code in between the quotes: But first, you need to translate your HTML/CSS code into Unicode, which you can do with this helpful converter . Once you've pasted in the Unicode string, save your file, and then upload it back into your character using the same "Export & Overwrite" tab. (Keeping a backup of the character --- and, indeed, your whole game --- is always a good idea!)