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

HTML Quirk for formatting text box

I borrowed the HTML from a character sheet from the GitBin, and the sheet itself looked perfect. However, when I entered it into the editor, it turned out like this: Any clue on how I can fix it?
1581229419

Edited 1581229508
Kraynic
Pro
Sheet Author
There should also be a CSS file.  Did you paste that in the relevant code tab? In case you are as new to this stuff as I am, basically the HTML sets what is there.  The CSS determines how it will be displayed.
My HTML is rusty enough... I have no idea how to use CSS   :D
Interesting point - the original character sheet I borrowed the code from did not use CSS.
1581262603
Kraynic
Pro
Sheet Author
Well, no time like the present to start!  There are a lot of tutorials on the web if you are looking for how to do specific things in CSS.  There is also a "CSS Wizardry" page on the wiki here that has a lot of tips on behavior specific to Roll20 sheets.
Thanks for that info on the CSS Wizardry page! It's already cleared up a few questions!
1581281602
Andreas J.
Forum Champion
Sheet Author
Translator
Reading the Building Character Sheets is good start on this topic in general, linking to other useful pages and outside resources useful for creating character sheets.