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

Shadowrun 2nd Edition sheet out of whack.

1607901031
Darren H.
Pro
Sheet Author
The current one works fine but the layout is all bonkers and misaligned.  Any sheet people willing to have as quick look to fix it?  Like I said all the rolls and buttons are fine but things are misaligned.  Attributes, weapons, skills.
1607975584
Andreas J.
Forum Champion
Sheet Author
Translator
are you on windows, and what browser are you using? can you share a screenshot of what is wrong with the sheet? Is the misalignment something recent?
1607980121

Edited 1607980302
Darren H.
Pro
Sheet Author
Tried it on Edge, Safari and Firefox, same issues.  I think its been a few years like that judging by some previous look through the forums. Pictures may not be good, if you load up a game with the shadowrun 2e sheet you can see better.  The same thing is happening on some of the other tabs too, particularly weapons and spells and Vehicle/ drone tab.  I would be very appriciative if it can be fixed.
1607981562

Edited 1607981677
Andreas J.
Forum Champion
Sheet Author
Translator
Oh then guess it's just one of those smaller issues that nobody just have taken the time to fix. Not uncmmon with older, less used community-created sheets like this. Looking at the code it seems nobody have touched the sheet in 2 years. Oof and the sheet is made with <table> elements, I'm not great with them. Maybe someone other than me might take a look at giving it a fix, don't have the time for this currently, but might check it out at some point. Gonna follow this thread so I know if you or anyone else post here again
1608027903

Edited 1608027945
Darren H.
Pro
Sheet Author
As the code for the macros etc work perfectly, I was thinking of just exchanging the <table> code for <div> code just to improve layout, make it my Xmas holiday project, do you think that would work?
1608045878
Andreas J.
Forum Champion
Sheet Author
Translator
Darren H. said: As the code for the macros etc work perfectly, I was thinking of just exchanging the &lt;table&gt; code for &lt;div&gt; code just to improve layout, make it my Xmas holiday project, do you think that would work? Excellent idea. This page should be helpful for looking into layout methods: <a href="https://wiki.roll20.net/Designing_Character_Sheet_Layout" rel="nofollow">https://wiki.roll20.net/Designing_Character_Sheet_Layout</a>
1608052738

Edited 1608054946
Darren H.
Pro
Sheet Author
Cool.&nbsp; I'm pretty confident I can do it, may take some time LOL. Been a while since i did coding. My plan was code it on Notepad++ and then copy and paste it onto the Custom Sheet Sandbox to check it all. Or use the Sandbox to code a bit at a time, assuming i can save it as i go along on the sandbox.&nbsp; This will be the first sheet I have ever attempted.&nbsp; Any advice would be great.&nbsp;
1608056271
Andreas J.
Forum Champion
Sheet Author
Translator
David said: Custom Sheet and sandbox are two different things.&nbsp; Do not code straight into the Custom Sheet as some have found out recently that is a bad idea.&nbsp; It's always been a bad idea, in the same way its a bad idea to write novels directly into a forum post without reliably saving on the regular. Writing/editing anything big or for a long time in an online editor have have always been a cause of lost data and heartbreak.
1608070861
Darren H.
Pro
Sheet Author
Thanks, that’s a nice thing to do to help me. &nbsp;I see where to take it now. &nbsp;Also who to ask for help should I need it. ;). &nbsp;I am going to enjoy doing this and figuring it out, new skills and all.
1608108925
Andreas J.
Forum Champion
Sheet Author
Translator
Darren H. said: Thanks, that’s a nice thing to do to help me. &nbsp;I see where to take it now. &nbsp;Also who to ask for help should I need it. ;). &nbsp;I am going to enjoy doing this and figuring it out, new skills and all. Do remember that you need access to a test game made by a Pro user to be able to test custom roll20 character sheets, trying out roll20 html/css outside it won't bring same results.
1608122391
Darren H.
Pro
Sheet Author
Yes, i was going to pay for just&nbsp; one month and see how it goes.&nbsp; Again thanks for all the help.
1608481504

Edited 1608483121
Andreas J.
Forum Champion
Sheet Author
Translator
The condition and dice pools I have kept as the tables.&nbsp; I just want the Dice pools to sit next to the condition monitor.&nbsp; Here is piccy and code.&nbsp; If I knew how to put two tables next to eachother I&nbsp; reckon I can do the rest.&nbsp; I've tried using some CSS stuff but am clueless it seems.&nbsp; I'm okay with HTML but CSS escapes me. Check this page for info on layout stuff: <a href="https://wiki.roll20.net/Designing_Character_Sheet_Layout" rel="nofollow">https://wiki.roll20.net/Designing_Character_Sheet_Layout</a> Repeating sections behave a bit out of the ordinary, so you wanna check this section on how to change it's size/shape and where the add/modify buttons are: <a href="https://wiki.roll20.net/CSS_Wizardry#Styling_Repeating_Sections" rel="nofollow">https://wiki.roll20.net/CSS_Wizardry#Styling_Repeating_Sections</a> Adjusting the looks &amp; styling of &lt;table&gt; elements is known to be a bit tricky, so be aware of that if some of your problems comes from adjusting the dimensions of tables.