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

Columns

Could someone please tell me why the columns don't work in this code in the character sheets of a regular game on the normal server? <div class="3colrow"> <div class=col> <h2 align=center>Character</h2> <h3 class=col>Name</h3> <input type="text" name="attr_name" /> <h4>Obsession</h4> <input type="text" name="attr_obsession" /> <h4>Class</h4> <input type="text" name="attr_class" /> <p><span> Level </span><input type=number name="attr_level"/> <span> Orgone </span><input type=number name="attr_orgonecurrent" value="0"/> <span> Wealth </span><input type=number name="attr_Wealthcurrent"value="1"/> <span>Speed </span><input type=number name="attr_speed" value="4"/> <span> Humanity </span><input type=number name="attr_humcurrent" value="10" /> <span align=center> Grit </span><input type=number name="attr_gritcurrent" value="4"/> </p> </p> <label> Health Current/Max </label><input type=number name="attr_hpcurrent"/> <input type=number name="attr_hpmax" value="10"/> <H2 align=center>Short-term Goals</H2> <textarea name="Short-term Goals"></textarea> <H2 align=center>Long-term Goals</H2> <textarea name="Long-term Goals"></textarea> </div> <div class="col"> <h2 align=center>Abilities</h2> <h3>Skills</h3> <fieldset class="repeating_skills"> <input type="text" name="attr_skillname" /> </fieldset> <h3>Expertise</h3> <fieldset class="repeating_expertise"> <input type="text" name="attr_expertisename" /> </fieldset> <h3>Languages</h3> <fieldset class="repeating_Languages"> <input type="text" name="attr_Languagesname" /> </fieldset> <h3>Features</h3> <fieldset class="repeating_Features"> <input type="text" name="attr_Featuresname" /> </fieldset> </div> <div class="col"> <h2 align=center> Techs </h2> <h3>Trick</h3> <fieldset class="repeating_trick"> <input type="text" name="attr_trickname" /> </fieldset> <h3>Support</h3> <fieldset class="repeating_support"> <input type="text" name="attr_supportname" /> </fieldset> <h3>Basic</h3> <fieldset class="repeating_basic"> <input type="text" name="attr_basicname" /> </fieldset> <h3>Advanced</h3> <fieldset class="repeating_advanced"> <input type="text" name="attr_advancedname" /> </fieldset> <h3>Limit</h3> <fieldset class="repeating_limit"> <input type="text" name="attr_limitname" /> </fieldset> </div> </div>
1615506833
David
Sheet Author
This what I get when I paste this into the HTML tab of a custom game.
yes works in the custom sandbox, but not regular game ones.
1615521708
Kraynic
Pro
Sheet Author
Seems to work in a normal game for me.&nbsp; Are you using any addons at all?&nbsp; Have you tried both supported browsers and other steps of the troubleshooting steps?&nbsp; <a href="https://wiki.roll20.net/Solving_Technical_Issues" rel="nofollow">https://wiki.roll20.net/Solving_Technical_Issues</a>
This is what I get.&nbsp; Tried on google chrome, and explorer.&nbsp; Installing firefox to try that.
I do appreciate the feedback.&nbsp;&nbsp;
Just tried in firefox, same issue
1615537295

Edited 1615537305
David
Sheet Author
Try adding&nbsp; sheet- to 3colrow and col, i.e. sheet-3colrow and sheet-col. &nbsp;
David said: Try adding&nbsp; sheet- to 3colrow and col, i.e. sheet-3colrow and sheet-col. &nbsp; That fixed it.&nbsp; Thank you so much.&nbsp; You people are amazing