Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Customize the 5e OGl sheet for roll templates

1482101511

Edited 1482103423
Sorry - for total noob question here - but I am looking to customize if possible the 5e ogl sheet and add some roll templates. Problem is when I use the sheet html as my custom sheet it causes issues with the sheet displayed. Fields are moved, text turns red ... and so on. I have spent some time trying to figure this out - but to no avail. I would like to use the sheet as a foundation for expansion and ability to add roll templates. - nothing drastic but I need some direction here if anyone can assist. method is pasting github html into HTML layout and css file into CSS styling field ??? 
1482101799
Kryx
Pro
Sheet Author
API Scripter
You're likely forgetting the translations. Copy the translations file as well.
 some obvious problems here ...
1482104114
Kryx
Pro
Sheet Author
API Scripter
I use the Shaped sheet so I can't quite say what is wrong, but if you're looking for help it's best to provide which browser you're using. Chrome will likely provide the best experience. Also check font-size as that may cause some issues with the sheet
Chrome - browser - but it has also dropped the ability to add equipment.
No idea here - the code is not the same as the one ported as a Character Sheet template 
                <div class="advantagetoggle" style="top: 0px; right: 0px;">                     <input type="radio" class="toggle-left" name="attr_advantagetoggle" value="{{query=1}}  {{advantage=1}} {{r2=[[1d20"><span data-i18n="adv">Advantage</span>                     <input type="radio" class="toggle-center" name="attr_advantagetoggle" value="{{query=1}}  {{normal=1}} {{r2=[[0d20" checked="checked"><span data-i18n="norm">Normal</span>                     <input type="radio" class="toggle-right" name="attr_advantagetoggle" value="{{query=1}}  {{disadvantage=1}} {{r2=[[1d20"><span data-i18n="disadv">Disadvantage</span>                 </div> This is added - equipment area not functioning - header problems
1482111571
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Did you get the code from the repository on GitHub?&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets/" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/</a>... the red text is from not having a translation file added in. I've used the code from the repository toess around in the sheet and can confirm the code at the link above is identical to the live version (and is the live version I believe).
red text is fixed - added translation file I got code from github - I'll will get new copies and give that a try
worked that time! :)