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 Sheets - How exactly do I do it?

So I'm new tried the tutorial but still can't find out exactly how to do what I want. How exactly do you create your own custom character sheets?
1465694311

Edited 1465694344
vÍnce
Pro
Sheet Author
The sheets on Roll20 are done with html and css(and a smidge of javascript). Choose Custom as your character sheet template(main page of campaign&gt;settings&gt;game settings) &nbsp;Now you can use the sheet editor. &nbsp;Enter html on the html layout tab and css(not required, but highly recommended) on the CSS Styling tab. &nbsp;You can use the Preview tab to track your changes, but I find it best to open the game in another browser tab with a sheet open and refresh after making some changes to my html/css. &nbsp;More info on the wiki. ( <a href="https://wiki.roll20.net/Building_Character_Sheets" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets</a> ) &nbsp;I would suggest looking at a simple sheet first and examine what code is used and how it looks on the sheet. &nbsp;"Inspect element" from the browser and an external text editor like notepad or notepadd++ are very handy tools as well. &nbsp;Ask questions as you get stuck. &nbsp;Good luck.
Thank you greatly.