Category: Sheet Author

Do you want to make a character sheet or tweak an existing one? You’ll need to grasp HTML, CSS, and Javascript, and roll20 has its own tweaks that makes each of those a little more complicated. Don’t worry though – that’s where this blog comes in. If you’re a newbie to any of these things, you’ll find help here.

16
May
2022
Posted in Meta

Inspecting the Browser

Every modern browser has a built-in tool to help you inspect code and test changes instantly.

14
May
2022
Posted in CSS

How To Hide and Reveal Things With CSS

This is an important skill when making character sheets. Here’s how to do it with CSS.

12
May
2022
Posted in Meta

Validating Your Sheet

When your Code Editor isn’t quite enough, use a web page or plugin to find errors faster.

09
May
2022
Posted in Meta

Use a Syntax-Aware Code Editor

How to use a Code Editor to make writing your code easier and faster.

05
May
2022
Posted in Meta

The Custom Sheet Sandbox

How to take exploit Roll20’s best-kept secret for creating character sheets.

02
May
2022
Posted in Meta Sheet Author Guide

Guide to the Guide

What you need to know to begin creating your sheet, and publishing it for others to use.

29
Apr
2022
Posted in HTML

Character Sheet – HTML Example

An example of building a roll20 Character Sheet for Castle Falkenstein

28
Apr
2022
Posted in HTML

HTML Fundamentals

The previous pages cover HTML Elements. This is a grab-bag of everything else.

27
Apr
2022
Posted in HTML

HTML Images

Images make a sheet prettier and nicer to use. Here’s one way to add them to your sheets.

26
Apr
2022
Posted in HTML

Using Buttons to Make Rolls

Add rolls and macros to the character sheet, that work with just a click!

25
Apr
2022
Posted in HTML

Conditional Inputs – checkboxes, radios, labels

What are checkboxes and radio buttons? What are labels for? Find out here.

22
Apr
2022
Posted in HTML

Choosing from a List – select, datalist

When you want to present the player with a list of options, use a select or datalist.