
Hi there fellows, I am very new to this homepage and forums (this is my first post). On Sunday me and my group have our first shot at online pen and paper. We play a very popular pen and paper game. It is called Das Schwarze Auge / The Dark Eye and is the most played PNP game in Germany if i am not mistaken. Since the standard library of character sheets does not include a Dark Eye template I created my own one and its first version is finished. I have to say: I am a complete newbie to html, but i am quit happy with the result. But there are some problems I came across: I have this set of skills. Every character has its own set of skills, so I helped myself with the <fieldset> command: <h3>Körperliche Talente</h3>
<b style='display: inline-block; width: 22em;'>Talent</b>
<b style='display: inline-block; width: 5em;'>TaW</b>
<br>
<fieldset class=repeating_KoerperlicheTalente>
<input type=text name=attr_TalentName style='width: 21em;'>
<input type=number name=attr_TaW style='width: 5em;'>
</fieldset>
Now I want to add a roll button for every skill my players will add in their character sheets. The problem is that I dont know how to put a reference in the code. I tried something like this: <button type=roll value="/roll 1d20<@{KoerperlicheTalente_TaW}"> But it does not work :( Can you please help me. My second question is: If i feel like my sheet is ready for release, how do i post it, so i gets uploaded? Or do I just post my code here in a thread? All the best, Gereon