Skip to content
ericscheid edited this page Sep 9, 2023 · 3 revisions

Force an indent (#334)

Add this to your <style> setup:

<style>tab { padding-left:2em; }</style>

Then just put a <tab> where you want it to indent, and </tab> when you want that to end, like so:

<tab>The adventure starts with the group walking through [Redacted] in order to reach their destination of [Redacted].</tab>

You can alternately exchange '2em' with 'Zpx', where 'Z' equals the number of pixels you want to indent for very fine control.

Remove the Page Number bar decoration (#326)

<style>#p1::after{display :none}</style>