Author: GiGs

28
Apr
2022
Posted in HTML Guide

HTML Fundamentals

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

27
Apr
2022
Posted in HTML Guide

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 Guide

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 Guide

Conditional Inputs – checkboxes, radios, labels

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

22
Apr
2022
Posted in HTML Guide

Choosing from a List – select, datalist

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

21
Apr
2022
Posted in HTML Guide

Containers – div, section, details

An introduction to Containers, including the ever-present DIV.

20
Apr
2022
Posted in HTML Guide

Displaying Text – span & textarea

How to display text on a character sheet – spans, paragraphs, and textareas.

19
Apr
2022
Posted in HTML Guide

Inputs and Attributes

The best way to create attributes in Roll20 sheets is to use Inputs. Learn how to make them here.

18
Apr
2022
Posted in HTML Guide

Headings and Line Breaks

Learn how to create the simplest HTML elements, and discover the basic structure of all HTML elements.

18
Apr
2022
Posted in HTML Guide Sheet Author Guide

HTML – The Building Blocks

An introduction to the guide on how use HTML in Roll20 Character Sheets.

06
Apr
2022
Posted in CSS Extras

Avoid Using Inline Styles

Inline styles are when you put style: directly in the HTML. Here are the benefits of using CSS instead.

04
Apr
2022
Posted in CSS Extras

Don’t Use TABLE – use GRID

When creating a sheet, don’t use TABLE. Learn how to use CSS Grid to EASILY organise your sheet.