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

Custom Character Sheet not displaying properly

1708532007
Edward G.
Pro
Marketplace Creator
Sheet Author
I have a sheet that I am working on in the sandbox, and it displays properly, but when I copy the code associated with it into a live game, it seems like it's not using the CSS and just rendering the HTML so it doesn't have any of the rows and columns I defined in the sheet). Is there an obvious cause or a known issue?
1708532601
Edward G.
Pro
Marketplace Creator
Sheet Author
Sandbox: "Normal" game:
1708542309
Gauss
Forum Champion
Hi Edward,  I suggest reposting this in the Character Sheets forum so that folks who regularly code Character Sheets can take a look at the issue. 
1708546454
vÍnce
Pro
Sheet Author
Hi Edward; is the sheet using legacy code?  If so, you need to enable Legacy mode in the custom game's sheet settings.  If this is on the repo, you would also need to change the sheet.json file from "legacy:false;" to " legacy":true;   If this is a legacy issue, I would highly recommend updating the sheet to be non-legacy for many reasons . Cheers
1708615043
Edward G.
Pro
Marketplace Creator
Sheet Author
Thanks! It was unclear that I needed that since it "just worked" on the sandbox. That seems to have been the issue.