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.

14
Nov
2024
Posted in CRP Extras

CRP Rolls with Memory

In this post, we’ll look at how to save the last Pendragon Roll. This is vital for the upcoming Opposed Rolls.

07
Nov
2024
Posted in CRP Extras

CRP: Pendragon Rolls

Pendragon uses a simple d20 system that hides a lot of complexity. Let’s see how to do it.

31
Oct
2024
Posted in CSS Extras

CSS Grid – When Grid Goes Wrong

CSS Grid is very easy, but there are common pitfalls to watch out for.

24
Oct
2024
Posted in CSS Extras

CSS Grid – Repeating Sections

Repeating sections present their own challenges to CSS Grid. We’ll look at them here.

17
Oct
2024
Posted in CSS Extras

CSS Grid – Display Contents

What is display: contents for?

10
Oct
2024
Posted in CSS Extras

CSS Grid – Massaging The Grid

There are some technques that don’t fit in the previous posts, as well as common pitfalls to watch out for.

05
Oct
2024
Posted in Sheet Author

Another Roll20 Sheet Creation Tutorial

I just stumbled across another Roll20 tutorial, so here’s the link.

03
Oct
2024
Posted in CSS Extras

CSS Grid – Nesting Grids and Multiple Grids

The missing piece which lets you go wild with grid layouts.

26
Sep
2024
Posted in Repeating Section Extras

getSectionIDs and the structure of a Repeating Section

Re[eating sections often follow a very similar structure. We look at that here.

19
Sep
2024
Posted in CSS Extras

CSS Grid – Creating a Layout

CSS Grid is an amazing tool for planning and laying out enter sections of a sheet. We’ll look at how to do that here.

12
Sep
2024
Posted in CSS Extras

CSS Grid – Grid Cells

What is a Grid Cell, and how can you use this to your advantage?

05
Sep
2024
Posted in CSS Extras

CSS Grid – Making Columns

The start of a short series looking to how to use CSS Grid. First, we’ll build a set of columns.