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 .
×

DND 3.5 Character sheet shows correctly in preview pane but not in the game session

Hi, I pulled the HTML and CSS code from the roll20 github repository for the DND 3.5 character sheet. I pasted the code in the appropriate sections in the custom character sheet builder pane. The preview output looks perfectly fine. When I save the changes to my campaign and launch it, the character sheet does not render correctly. The layout is fine, but all text has turned red and instead of the text that should be displayed in each field, I see the value defined in the data-i18n portion of HTML with brackets around it. I think there is something wrong with the CSS code from the repository. When I select the DND 3.5 sheet that is built into roll20, it renders perfectly fine in the campaign. I tried it in both Chrome and Edge browsers and saw the same behavior. Does anyone have any ideas what the cause could be? I would like to begin editing the sheet to accommodate the minor changes needed to support the WOW rule set, but don't want to proceed until I get the base sheet to show up correctly. Here is an example of the output: Preview pane: In Campaign: Thanks
1527388170

Edited 1527388225
Ziechael
Forum Champion
Sheet Author
API Scripter
You need to add the  translation file also.
Thank you.