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

Help! I don't know what's going on!

1483234048

Edited 1483314466
My two-column character sheet's right column just locked itself under the left column and no matter what I do I can't get it to go back to where it was.&nbsp; Help! <a href="http://pastebin.com/REZBnysK" rel="nofollow">http://pastebin.com/REZBnysK</a>
That's a private paste :)
1483240892
vÍnce
Pro
Sheet Author
Help! I don't know what's going on! I know the feeling. &nbsp;;-P I this a custom sheet or one from the roll20 character template selector?
1483268869
Lithl
Pro
Sheet Author
API Scripter
Sounds like one or both columns is too wide (or the margin between them is too wide). We can't really diagnose why that's the case without seeing some code, but as SFX mentioned, the pastebin link doesn't work for us.
I updated the link.
1483317314

Edited 1483317349
vÍnce
Pro
Sheet Author
@Sheldon I took a look at your code and there were lot's of unclosed and or malformed tags &nbsp;ie &lt;/td&gt;&lt;/td&gt; or &lt;div&gt; without a closing &lt;/div&gt; etc.&nbsp; I like to use a site like: &nbsp; <a href="http://jona.ca/blog/unclosed-tag-finder" rel="nofollow">http://jona.ca/blog/unclosed-tag-finder</a> to check for unclosed tags. &nbsp; Hope this helps. &nbsp; Nice sheet. &nbsp;;-) Cheers&nbsp; updated/fixed code here:&nbsp; <a href="https://gist.github.com/vince-roll20/94d7d81a1f4fc803ca5e8cc0b05c4fa3" rel="nofollow">https://gist.github.com/vince-roll20/94d7d81a1f4fc803ca5e8cc0b05c4fa3</a>
1483354182

Edited 1483355567
Thanks Vince!&nbsp; That really helps.&nbsp; I had no idea I had a lot of bad tags throughout my sheet.&nbsp; that really helps. thanks :3&nbsp; The sheet is for a completely homebrew game, so i want a good functional and sleek sheet to make the alpha and beta tests as smooth as possible. Also, thanks!&nbsp; I had to draw up an initial concept to make sure the character sheet came out the way I wanted it to look.
1483384148
vÍnce
Pro
Sheet Author
I was pleasantly surprised that your sheet holds up so well without a css file. You may have one, but only provided the html... &nbsp;While not necessary, I would encourage you to add a css file. &nbsp;It allows you to make sheet-wide changes to your layout, design, formatting, etc.from as broad or granular a level as needed. &nbsp;BTW: You know a character sheet is never finished, right? &nbsp;;-). Nice sheet. &nbsp;Have fun. &nbsp;Cheers
I did add a CSS file, directly from the pathfinder sheet, which is the base code which I created my sheet from. It looks fantastic, thank you so much.